Merge branch 'in-patient-medication' into 'development'

Medication for in-patient hot fix

See merge request Cloud_Solution/doctor_app_flutter!833
merge-requests/835/merge
Mohammad Aljammal 5 years ago
commit 8383ce17bd

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