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