patient profile aligment fix

merge-requests/813/head
hussam al-habibeh 5 years ago
parent 0deca4f624
commit 41ed593707

@ -5,8 +5,8 @@ const ONLY_NUMBERS = "[0-9]";
const ONLY_LETTERS = "[a-zA-Z &'\"]"; const ONLY_LETTERS = "[a-zA-Z &'\"]";
const ONLY_DATE = "[0-9/]"; const ONLY_DATE = "[0-9/]";
const BASE_URL_LIVE_CARE = 'https://livecare.hmg.com/'; const BASE_URL_LIVE_CARE = 'https://livecare.hmg.com/';
// const BASE_URL = 'https://hmgwebservices.com/'; const BASE_URL = 'https://hmgwebservices.com/';
const BASE_URL = 'https://uat.hmgwebservices.com/'; // const BASE_URL = 'https://uat.hmgwebservices.com/';
const PHARMACY_ITEMS_URL = "Services/Lists.svc/REST/GetPharmcyItems_Region_enh"; const PHARMACY_ITEMS_URL = "Services/Lists.svc/REST/GetPharmcyItems_Region_enh";
const PHARMACY_LIST_URL = "Services/Patients.svc/REST/GetPharmcyList"; const PHARMACY_LIST_URL = "Services/Patients.svc/REST/GetPharmcyList";
const PATIENT_PROGRESS_NOTE_URL = "Services/DoctorApplication.svc/REST/GetProgressNoteForInPatient"; 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 = 1;
const PATIENT_TYPE_ID = 1; const PATIENT_TYPE_ID = 1;
const Color IN_PROGRESS_COLOR = Color(0xFFCC9B14); const Color IN_PROGRESS_COLOR = Color(0xFFCC9B14);
/// Timer Info /// Timer Info

@ -8,18 +8,18 @@ class AllSpecialLabResultModel {
String clinicDescription; String clinicDescription;
String clinicDescriptionEnglish; String clinicDescriptionEnglish;
dynamic clinicDescriptionN; dynamic clinicDescriptionN;
int clinicID; dynamic clinicID;
dynamic createdOn; dynamic createdOn;
double decimalDoctorRate; double decimalDoctorRate;
int doctorID; dynamic doctorID;
String doctorImageURL; String doctorImageURL;
String doctorName; String doctorName;
String doctorNameEnglish; String doctorNameEnglish;
dynamic doctorNameN; dynamic doctorNameN;
int doctorRate; dynamic doctorRate;
int doctorStarsRate; dynamic doctorStarsRate;
String doctorTitle; String doctorTitle;
int gender; dynamic gender;
String genderDescription; String genderDescription;
bool inOutPatient; bool inOutPatient;
String invoiceNo; String invoiceNo;
@ -34,7 +34,7 @@ class AllSpecialLabResultModel {
bool isSendEmail; bool isSendEmail;
String moduleID; String moduleID;
String nationalityFlagURL; String nationalityFlagURL;
int noOfPatientsRate; dynamic noOfPatientsRate;
dynamic orderDate; dynamic orderDate;
String orderNo; String orderNo;
dynamic patientID; dynamic patientID;

Loading…
Cancel
Save