InPatient medical report contd.

Dev_3.3_MedicalReportCR
haroon amjad 1 year ago
parent a17b941c63
commit 44d8f0efe2

@ -29,7 +29,7 @@ class ReportsService extends BaseService {
} }
Future getInPatientReports() async { 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; hasError = false;
await baseAppClient.post(REPORTS, onSuccess: (dynamic response, int statusCode) { await baseAppClient.post(REPORTS, onSuccess: (dynamic response, int statusCode) {
inpatientReportsList.clear(); inpatientReportsList.clear();

Loading…
Cancel
Save