prescriptionMedications
Fetches combined list of prescriptions and medications
Arguments
patient_id
· ID
· ID of the patient to fetch medications for filters
· PrescriptionMedicationQueryFiltersInput
· Advanced filter options for querying prescription medications order_by
· PrescriptionMedicationOrderBy
· Sorting parameter for the medications Returns
PrescriptionMedicationConnection
Example
query prescriptionMedications( $patient_id: ID $filters: PrescriptionMedicationQueryFiltersInput $keyword: String $order_by: PrescriptionMedicationOrderBy $first: Int $after: Cursor) { prescriptionMedications( patient_id: $patient_id filters: $filters keyword: $keyword order_by: $order_by first: $first after: $after ) { edges nodes page_info total_count }}