prescriptions
This query fetches a collection of prescriptions that were issued within the specified DateRange. The query can be further refined through the use of QueryOptions to include records that have been deleted, it should be noted that createdAt and updatedAt are not applicable to prescriptions.
prescriptions(
dateRange: DateRange
pagination: Pagination
options: QueryOptions
): PrescriptionData
Arguments
prescriptions.dateRange ● DateRange input
prescriptions.pagination ● Pagination input
prescriptions.options ● QueryOptions input
Note: createdAt and updatedAt are not applicable to prescriptions.
Type
PrescriptionData object
A collection of prescriptions and the related pagination information.