From 0798057f31b646d79b1b099029d28101679de6f3 Mon Sep 17 00:00:00 2001 From: mosazaid Date: Thu, 20 May 2021 13:55:59 +0300 Subject: [PATCH] change --- .../medical_report/PatientMedicalReportService.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/core/service/patient_medical_file/medical_report/PatientMedicalReportService.dart b/lib/core/service/patient_medical_file/medical_report/PatientMedicalReportService.dart index 760c7dd5..6e00b890 100644 --- a/lib/core/service/patient_medical_file/medical_report/PatientMedicalReportService.dart +++ b/lib/core/service/patient_medical_file/medical_report/PatientMedicalReportService.dart @@ -11,8 +11,6 @@ class PatientMedicalReportService extends BaseService { Future getMedicalReportList(PatiantInformtion patient) async { hasError = false; Map body = Map(); - // body['TokenID'] = "@dm!n"; - body['SetupID'] = "91877"; body['AdmissionNo'] = patient.admissionNo; await baseAppClient.postPatient(PATIENT_MEDICAL_REPORT_GET_LIST,