Merge branch 'fix-issues' into 'development'

removing medication list from model ready

See merge request Cloud_Solution/doctor_app_flutter!486
merge-requests/487/merge
Mohammad Aljammal 5 years ago
commit c9e7119db2

@ -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