merge-update-with-lab-changes
haroon amjad 3 years ago
parent 6877244d0e
commit f2ab76eb24

@ -109,6 +109,8 @@ class AskDoctorService extends BaseService {
body['AppointmentNo'] = doctorList.appointmentNo; body['AppointmentNo'] = doctorList.appointmentNo;
body['ClinicID'] = doctorList.clinicID; body['ClinicID'] = doctorList.clinicID;
body['QuestionType'] = num.parse(requestType); body['QuestionType'] = num.parse(requestType);
body['RequestType'] = num.parse(requestType);
body['RequestTypeID'] = num.parse(requestType);
await baseAppClient.post(INSERT_CALL_INFO, onSuccess: (dynamic response, int statusCode) {}, onFailure: (String error, int statusCode) { await baseAppClient.post(INSERT_CALL_INFO, onSuccess: (dynamic response, int statusCode) {}, onFailure: (String error, int statusCode) {
hasError = true; hasError = true;

Loading…
Cancel
Save