@ -82,7 +82,8 @@ class BaseAppClient {
print("URL : $url");
print("Body : ${json.encode(body)}");
var aa = "${json.encode(body)}";
var ee;
if (await Helpers.checkConnection()) {
final response = await http.post(url,
body: json.encode(body),
@ -49,7 +49,7 @@ class _LabOrdersScreenState extends State<LabOrdersScreen> {
patientID: patient.patientId,
projectID: patient.projectId,
tokenID: token,
patientTypeID: patient.patientType,
patientTypeID: patient.patientType??1,
languageID: 2);
model.getLabResultOrders(labOrdersReqModel.toJson());