|
|
|
|
@ -57,7 +57,7 @@ class ApiConsts {
|
|
|
|
|
GET_TAMARA_PAYMENT_STATUS = 'https://epharmacy.hmg.com/tamara/api/OnlineTamara/order_status?orderid=';
|
|
|
|
|
rcBaseUrl = 'https://rc.hmg.com/uat/';
|
|
|
|
|
QLINE_URL = "https://ms.hmg.com/nscapi/api/PatientCall/PatientInQueue_Detail";
|
|
|
|
|
CHAT_URL = "https://chat.hmg.com/geneysChat/Index.aspx?RequestedId";
|
|
|
|
|
CHAT_URL = "https://chat.hmg.com/geneysChat/Index.aspx?RequestedId=";
|
|
|
|
|
break;
|
|
|
|
|
case AppEnvironmentTypeEnum.uat:
|
|
|
|
|
baseUrl = "https://uat.hmgwebservices.com/";
|
|
|
|
|
@ -69,7 +69,7 @@ class ApiConsts {
|
|
|
|
|
GET_TAMARA_PAYMENT_STATUS = 'https://epharmacy.hmg.com/tamara/api/OnlineTamara/order_status?orderid=';
|
|
|
|
|
rcBaseUrl = 'https://rc.hmg.com/uat/';
|
|
|
|
|
QLINE_URL = "https://ms.hmg.com/nscapi/api/PatientCall/PatientInQueue_Detail";
|
|
|
|
|
CHAT_URL = "https://chat.hmg.com/geneysChat/Index.aspx?RequestedId";
|
|
|
|
|
CHAT_URL = "https://chat.hmg.com/geneysChat/Index.aspx?RequestedId=";
|
|
|
|
|
break;
|
|
|
|
|
case AppEnvironmentTypeEnum.preProd:
|
|
|
|
|
baseUrl = "https://webservices.hmg.com/";
|
|
|
|
|
@ -81,7 +81,7 @@ class ApiConsts {
|
|
|
|
|
GET_TAMARA_PAYMENT_STATUS = 'https://epharmacy.hmg.com/tamara/api/OnlineTamara/order_status?orderid=';
|
|
|
|
|
rcBaseUrl = 'https://rc.hmg.com/';
|
|
|
|
|
QLINE_URL = "https://ms.hmg.com/nscapi/api/PatientCall/PatientInQueue_Detail";
|
|
|
|
|
CHAT_URL = "https://chat.hmg.com/geneysChat/Index.aspx?RequestedId";
|
|
|
|
|
CHAT_URL = "https://chat.hmg.com/geneysChat/Index.aspx?RequestedId=";
|
|
|
|
|
break;
|
|
|
|
|
case AppEnvironmentTypeEnum.qa:
|
|
|
|
|
baseUrl = "https://uat.hmgwebservices.com/";
|
|
|
|
|
@ -93,7 +93,7 @@ class ApiConsts {
|
|
|
|
|
GET_TAMARA_PAYMENT_STATUS = 'https://epharmacy.hmg.com/tamara/api/OnlineTamara/order_status?orderid=';
|
|
|
|
|
rcBaseUrl = 'https://rc.hmg.com/uat/';
|
|
|
|
|
QLINE_URL = "https://ms.hmg.com/nscapi/api/PatientCall/PatientInQueue_Detail";
|
|
|
|
|
CHAT_URL = "https://chat.hmg.com/geneysChat/Index.aspx?RequestedId";
|
|
|
|
|
CHAT_URL = "https://chat.hmg.com/geneysChat/Index.aspx?RequestedId=";
|
|
|
|
|
break;
|
|
|
|
|
case AppEnvironmentTypeEnum.staging:
|
|
|
|
|
baseUrl = "https://uat.hmgwebservices.com/";
|
|
|
|
|
@ -105,7 +105,7 @@ class ApiConsts {
|
|
|
|
|
GET_TAMARA_PAYMENT_STATUS = 'https://epharmacy.hmg.com/tamara/api/OnlineTamara/order_status?orderid=';
|
|
|
|
|
rcBaseUrl = 'https://rc.hmg.com/uat/';
|
|
|
|
|
QLINE_URL = "https://ms.hmg.com/nscapi/api/PatientCall/PatientInQueue_Detail";
|
|
|
|
|
CHAT_URL = "https://chat.hmg.com/geneysChat/Index.aspx?RequestedId";
|
|
|
|
|
CHAT_URL = "https://chat.hmg.com/geneysChat/Index.aspx?RequestedId=";
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -229,7 +229,7 @@ class ApiConsts {
|
|
|
|
|
static String getAiOverViewLabOrder = "Services/Patients.svc/REST/HMGAI_Lab_Analyzer_API";
|
|
|
|
|
|
|
|
|
|
// ************ static values for Api ****************
|
|
|
|
|
static final double appVersionID = 19.8;
|
|
|
|
|
static final double appVersionID = 20.1;
|
|
|
|
|
// static final double appVersionID = 50.7;
|
|
|
|
|
static final int appChannelId = 3;
|
|
|
|
|
static final String appIpAddress = "10.20.10.20";
|
|
|
|
|
@ -517,8 +517,6 @@ var IS_ALLOW_ASK_DOCTOR = 'Services/Doctors.svc/REST/GetPatientDoctorAppointment
|
|
|
|
|
var GET_CALL_REQUEST_TYPE = 'Services/Doctors.svc/REST/GetCallRequestType_LOV';
|
|
|
|
|
var ADD_VIDA_REQUEST = 'Services/ER_VirtualCall.svc/REST/PatientER_VidaRequestInseart';
|
|
|
|
|
|
|
|
|
|
var SEND_CALL_REQUEST = 'Services/Doctors.svc/REST/InsertCallInfo';
|
|
|
|
|
|
|
|
|
|
var GET_LIVECARE_CLINICS = 'Services/ER_VirtualCall.svc/REST/PatientER_GetClinics';
|
|
|
|
|
|
|
|
|
|
var GET_LIVECARE_SCHEDULE_CLINICS = 'Services/Doctors.svc/REST/PatientER_GetClinicsHaveSchedule';
|
|
|
|
|
|