InPatient medical report contd.

merge-update-with-lab-changes
haroon amjad 2 years ago
parent a17b941c63
commit 44d8f0efe2

@ -29,7 +29,7 @@ class ReportsService extends BaseService {
}
Future getInPatientReports() async {
RequestReports _requestReportsInpatient = RequestReports(isReport: true, encounterType: 1, requestType: 2, patientOutSA: 0, projectID: 0);
RequestReports _requestReportsInpatient = RequestReports(isReport: true, encounterType: 2, requestType: 2, patientOutSA: 0, projectID: 0);
hasError = false;
await baseAppClient.post(REPORTS, onSuccess: (dynamic response, int statusCode) {
inpatientReportsList.clear();

Loading…
Cancel
Save