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: '', editedBy: '',
doctorID: '', doctorID: '',
appointmentNo: widget.patient.appointmentNo); appointmentNo: widget.patient.appointmentNo);
await model.getMedicationList(); //await model.getMedicationList();
await model.getMedicationStrength(); await model.getMedicationStrength();
await model.getPrescription(mrn: widget.patient.patientMRN); await model.getPrescription(mrn: widget.patient.patientMRN);
await model.getMedicationDuration(); await model.getMedicationDuration();

Loading…
Cancel
Save