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();