|
|
|
@ -40,9 +40,6 @@ class BaseAppClient {
|
|
|
|
String token = await sharedPref.getString(TOKEN);
|
|
|
|
String token = await sharedPref.getString(TOKEN);
|
|
|
|
if (profile != null) {
|
|
|
|
if (profile != null) {
|
|
|
|
DoctorProfileModel doctorProfile = DoctorProfileModel.fromJson(profile);
|
|
|
|
DoctorProfileModel doctorProfile = DoctorProfileModel.fromJson(profile);
|
|
|
|
|
|
|
|
|
|
|
|
body.containsKey('patientArrivalList');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (body['DoctorID'] == null)
|
|
|
|
if (body['DoctorID'] == null)
|
|
|
|
body['DoctorID'] = doctorProfile?.doctorID;
|
|
|
|
body['DoctorID'] = doctorProfile?.doctorID;
|
|
|
|
body['EditedBy'] = doctorProfile?.doctorID;
|
|
|
|
body['EditedBy'] = doctorProfile?.doctorID;
|
|
|
|
|