removing medication list from model ready

merge-requests/486/head
hussam al-habibeh 5 years ago
parent b697d924c5
commit caec2f5a88

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

Loading…
Cancel
Save