diff --git a/lib/screens/prescription/add_prescription_form.dart b/lib/screens/prescription/add_prescription_form.dart index 870ab53f..8567ea5c 100644 --- a/lib/screens/prescription/add_prescription_form.dart +++ b/lib/screens/prescription/add_prescription_form.dart @@ -206,7 +206,7 @@ class _PrescriptionFormWidgetState extends State { editedBy: '', doctorID: '', appointmentNo: widget.patient.appointmentNo); - await model.getMedicationList(); + //await model.getMedicationList(); await model.getMedicationStrength(); await model.getPrescription(mrn: widget.patient.patientMRN); await model.getMedicationDuration();