PrescriptionData
A collection of prescriptions and the related pagination information. With offset pagination, pageInfo is a standard PageInfo. With cursorPagination, pageInfo uses the PageInfoForCursorPagination shape (pageSize and hasMore only; page is unset).
type PrescriptionData {
data: [Prescription]
pageInfo: PageInfo
}
Fields
PrescriptionData.data ● [Prescription] list object
PrescriptionData.pageInfo ● PageInfo object
Returned By
prescriptions query
Member Of
Patient object