make pending service dynamic

html_editor
Elham Rababah 3 years ago
parent 3557e87b75
commit 8e140abee9

@ -18,10 +18,9 @@ class LiveCarePatientViewModel extends BaseViewModel {
getPendingPatientERForDoctorApp() async {
setState(ViewState.BusyLocal);
//TODO Change it to dynamic
PendingPatientERForDoctorAppRequestModel
pendingPatientERForDoctorAppRequestModel =
PendingPatientERForDoctorAppRequestModel(doctorID:9920 /*doctorProfile.doctorID*/,sErServiceID:"7,3" /*_dashboardService.sServiceID*/, outSA: false);
PendingPatientERForDoctorAppRequestModel(sErServiceID:_dashboardService.sServiceID, outSA: false);
await _liveCarePatientServices
.getPendingPatientERForDoctorApp(pendingPatientERForDoctorAppRequestModel);
if (_liveCarePatientServices.hasError) {

Loading…
Cancel
Save