From caec2f5a88ab3dae574b07ffab30bbc73439b962 Mon Sep 17 00:00:00 2001 From: hussam al-habibeh Date: Wed, 14 Apr 2021 20:50:07 +0300 Subject: [PATCH] removing medication list from model ready --- lib/screens/prescription/add_prescription_form.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/prescription/add_prescription_form.dart b/lib/screens/prescription/add_prescription_form.dart index 8567ea5c..deb9fe53 100644 --- a/lib/screens/prescription/add_prescription_form.dart +++ b/lib/screens/prescription/add_prescription_form.dart @@ -208,7 +208,7 @@ class _PrescriptionFormWidgetState extends State { appointmentNo: widget.patient.appointmentNo); //await model.getMedicationList(); await model.getMedicationStrength(); - await model.getPrescription(mrn: widget.patient.patientMRN); + //await model.getPrescription(mrn: widget.patient.patientMRN); await model.getMedicationDuration(); //await model.getMedicationRoute(); //await model.getMedicationFrequency();