add to do

merge-requests/742/head
Elham Rababah 5 years ago
parent 363b55069f
commit 7b71bd752f

@ -68,6 +68,8 @@ class _PatientInPatientScreenState extends State<PatientInPatientScreen>
if (widget.specialClinic != null) if (widget.specialClinic != null)
await model.getSpecialClinicalCareMappingList( await model.getSpecialClinicalCareMappingList(
widget.specialClinic.clinicID); widget.specialClinic.clinicID);
//TODO Elham* check why he call it without await and handel the special clinic part.
model.getInPatientList(requestModel); model.getInPatientList(requestModel);
}, },
builder: (_, model, w) => builder: (_, model, w) =>

Loading…
Cancel
Save