|
|
|
|
@ -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
|
|
|
|
|
|