|
|
|
@ -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 =
|
|
|
|
const PATIENT_PROGRESS_NOTE_URL =
|
|
|
|
@ -365,12 +365,14 @@ const GET_ADMISSION_ORDERS =
|
|
|
|
"/Services/DoctorApplication.svc/REST/DoctorApp_GetAdmissionOrders";
|
|
|
|
"/Services/DoctorApplication.svc/REST/DoctorApp_GetAdmissionOrders";
|
|
|
|
|
|
|
|
|
|
|
|
///Patient Registration Services
|
|
|
|
///Patient Registration Services
|
|
|
|
const CHECK_PATIENT_FOR_REGISTRATION = "Authentication.svc/REST/CheckPatientForRegisteration";
|
|
|
|
const CHECK_PATIENT_FOR_REGISTRATION =
|
|
|
|
const SEND_ACTIVATION_CODE_BY_OTP_NOT_TYPE = "Authentication.svc/REST/SendActivationCodebyOTPNotificationType";
|
|
|
|
"Authentication.svc/REST/CheckPatientForRegisteration";
|
|
|
|
const CHECK_ACTIVATION_CODE_FOR_PATIENT = "Authentication.svc/REST/CheckActivationCode";
|
|
|
|
const SEND_ACTIVATION_CODE_BY_OTP_NOT_TYPE =
|
|
|
|
|
|
|
|
"Authentication.svc/REST/SendActivationCodebyOTPNotificationType";
|
|
|
|
|
|
|
|
const CHECK_ACTIVATION_CODE_FOR_PATIENT =
|
|
|
|
|
|
|
|
"Authentication.svc/REST/CheckActivationCode";
|
|
|
|
const PATIENT_REGISTRATION = "Authentication.svc/REST/PatientRegistration";
|
|
|
|
const PATIENT_REGISTRATION = "Authentication.svc/REST/PatientRegistration";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var selectedPatientType = 1;
|
|
|
|
var selectedPatientType = 1;
|
|
|
|
|
|
|
|
|
|
|
|
//*********change value to decode json from Dropdown ************
|
|
|
|
//*********change value to decode json from Dropdown ************
|
|
|
|
|