Merge branch 'fix-issues' into 'development'

removing medication list from model ready

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

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