|
|
|
@ -96,7 +96,7 @@ class LabsService extends BaseService {
|
|
|
|
body['OrderNo'] = patientLabOrder.orderNo;
|
|
|
|
body['OrderNo'] = patientLabOrder.orderNo;
|
|
|
|
body['isDentalAllowedBackend'] = false;
|
|
|
|
body['isDentalAllowedBackend'] = false;
|
|
|
|
body['SetupID'] = patientLabOrder.setupID;
|
|
|
|
body['SetupID'] = patientLabOrder.setupID;
|
|
|
|
// body['ProjectID'] = patientLabOrder.projectID; commented as per backend request
|
|
|
|
body['ProjectID'] = patientLabOrder.projectID;
|
|
|
|
body['ClinicID'] = patientLabOrder.clinicID ?? 0;
|
|
|
|
body['ClinicID'] = patientLabOrder.clinicID ?? 0;
|
|
|
|
body['InvoiceType'] = patientLabOrder.invoiceType ?? "";
|
|
|
|
body['InvoiceType'] = patientLabOrder.invoiceType ?? "";
|
|
|
|
await baseAppClient.postPatient(url, patient: patient, onSuccess: (dynamic response, int statusCode) {
|
|
|
|
await baseAppClient.postPatient(url, patient: patient, onSuccess: (dynamic response, int statusCode) {
|
|
|
|
|