|
|
|
|
@ -29,7 +29,7 @@ class ReportsService extends BaseService {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Future getInPatientReports() async {
|
|
|
|
|
RequestReports _requestReportsInpatient = RequestReports(isReport: true, encounterType: 2, requestType: 2, patientOutSA: 0, projectID: 0);
|
|
|
|
|
RequestReports _requestReportsInpatient = RequestReports(isReport: true, encounterType: 2, requestType: 1, patientOutSA: 0, projectID: 0);
|
|
|
|
|
hasError = false;
|
|
|
|
|
await baseAppClient.post(REPORTS, onSuccess: (dynamic response, int statusCode) {
|
|
|
|
|
inpatientReportsList.clear();
|
|
|
|
|
@ -137,7 +137,7 @@ class ReportsService extends BaseService {
|
|
|
|
|
body['ProjectID'] = projectID;
|
|
|
|
|
body['Remarks'] = "";
|
|
|
|
|
body['ProcedureId'] = "";
|
|
|
|
|
body['RequestType'] = 2;
|
|
|
|
|
body['RequestType'] = 1;
|
|
|
|
|
body['Source'] = 2;
|
|
|
|
|
body['Status'] = 1;
|
|
|
|
|
body['CreatedBy'] = 102;
|
|
|
|
|
|