From a731851a92924485e2089f14785ff61da9ef33c0 Mon Sep 17 00:00:00 2001 From: hussam al-habibeh Date: Sun, 12 Sep 2021 16:17:11 +0300 Subject: [PATCH] Medication for in-patient hot fix --- .../prescription/prescriptions_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/service/patient_medical_file/prescription/prescriptions_service.dart b/lib/core/service/patient_medical_file/prescription/prescriptions_service.dart index 9937286b..06de5a74 100644 --- a/lib/core/service/patient_medical_file/prescription/prescriptions_service.dart +++ b/lib/core/service/patient_medical_file/prescription/prescriptions_service.dart @@ -194,7 +194,7 @@ class PrescriptionsService extends BaseService { isDentalAllowedBackend: false, admissionNo: int.parse(patient.admissionNo), tokenID: "@dm!n", - projectID: 15, + projectID: patient.projectId, ); await baseAppClient.postPatient(GET_MEDICATION_FOR_IN_PATIENT, patient: patient, onSuccess: (dynamic response, int statusCode) {