diff --git a/lib/config/config.dart b/lib/config/config.dart index 9ce4d462..11a8d8e6 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -5,8 +5,8 @@ const ONLY_NUMBERS = "[0-9]"; const ONLY_LETTERS = "[a-zA-Z &'\"]"; const ONLY_DATE = "[0-9/]"; const BASE_URL_LIVE_CARE = 'https://livecare.hmg.com/'; -// const BASE_URL = 'https://hmgwebservices.com/'; -const BASE_URL = 'https://uat.hmgwebservices.com/'; +const BASE_URL = 'https://hmgwebservices.com/'; +// const BASE_URL = 'https://uat.hmgwebservices.com/'; const PHARMACY_ITEMS_URL = "Services/Lists.svc/REST/GetPharmcyItems_Region_enh"; const PHARMACY_LIST_URL = "Services/Patients.svc/REST/GetPharmcyList"; const PATIENT_PROGRESS_NOTE_URL = "Services/DoctorApplication.svc/REST/GetProgressNoteForInPatient"; @@ -302,7 +302,6 @@ const GENERAL_ID = 'Cs2020@2016\$2958'; const PATIENT_TYPE = 1; const PATIENT_TYPE_ID = 1; - const Color IN_PROGRESS_COLOR = Color(0xFFCC9B14); /// Timer Info diff --git a/lib/core/model/labs/all_special_lab_result_model.dart b/lib/core/model/labs/all_special_lab_result_model.dart index ed8d64da..ffea88de 100644 --- a/lib/core/model/labs/all_special_lab_result_model.dart +++ b/lib/core/model/labs/all_special_lab_result_model.dart @@ -8,18 +8,18 @@ class AllSpecialLabResultModel { String clinicDescription; String clinicDescriptionEnglish; dynamic clinicDescriptionN; - int clinicID; + dynamic clinicID; dynamic createdOn; double decimalDoctorRate; - int doctorID; + dynamic doctorID; String doctorImageURL; String doctorName; String doctorNameEnglish; dynamic doctorNameN; - int doctorRate; - int doctorStarsRate; + dynamic doctorRate; + dynamic doctorStarsRate; String doctorTitle; - int gender; + dynamic gender; String genderDescription; bool inOutPatient; String invoiceNo; @@ -34,7 +34,7 @@ class AllSpecialLabResultModel { bool isSendEmail; String moduleID; String nationalityFlagURL; - int noOfPatientsRate; + dynamic noOfPatientsRate; dynamic orderDate; String orderNo; dynamic patientID;