fix DA-279

merge-requests/293/head
Elham Rababah 5 years ago
parent 34d5ac7d43
commit 1e84b73cf0

@ -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());

Loading…
Cancel
Save