Medication for in-patient hot fix

merge-requests/833/head
hussam al-habibeh 3 years ago
parent 6eecb4a614
commit a731851a92

@ -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) {

Loading…
Cancel
Save