|
|
|
|
@ -31,14 +31,13 @@ class BaseAppClient {
|
|
|
|
|
if (body['DoctorID'] == "") body['DoctorID'] = null;
|
|
|
|
|
if (body['EditedBy'] == null)
|
|
|
|
|
body['EditedBy'] = doctorProfile?.doctorID;
|
|
|
|
|
// if (body['ProjectID'] == null) {
|
|
|
|
|
// body['ProjectID'] = 15;//doctorProfile?.projectID;
|
|
|
|
|
// }
|
|
|
|
|
if (body['ProjectID'] == null) {
|
|
|
|
|
body['ProjectID'] = doctorProfile?.projectID;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (body['ClinicID'] == null)
|
|
|
|
|
body['ClinicID'] = doctorProfile?.clinicID;
|
|
|
|
|
}
|
|
|
|
|
body['ProjectID'] = 15;
|
|
|
|
|
if (body['DoctorID'] == '') {
|
|
|
|
|
body['DoctorID'] = null;
|
|
|
|
|
}
|
|
|
|
|
|