patient profile aligment fix

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

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

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

Loading…
Cancel
Save