removing medication list from model ready

merge-requests/485/head
hussam al-habibeh 4 years ago
parent 9645791164
commit b697d924c5

@ -206,7 +206,7 @@ class _PrescriptionFormWidgetState extends State<PrescriptionFormWidget> {
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();

Loading…
Cancel
Save