|
|
|
@ -16,6 +16,8 @@ const PATIENT_REFER_TO_DOCTOR_URL =
|
|
|
|
"Services/DoctorApplication.svc/REST/ReferToDoctor";
|
|
|
|
"Services/DoctorApplication.svc/REST/ReferToDoctor";
|
|
|
|
const PATIENT_GET_DOCTOR_BY_CLINIC_URL =
|
|
|
|
const PATIENT_GET_DOCTOR_BY_CLINIC_URL =
|
|
|
|
"Services/DoctorApplication.svc/REST/GetDoctorsByClinicID";
|
|
|
|
"Services/DoctorApplication.svc/REST/GetDoctorsByClinicID";
|
|
|
|
|
|
|
|
const GET_CLINICS_FOR_DOCTOR =
|
|
|
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetClinicsForDoctor';
|
|
|
|
const PATIENT_GET_LIST_REFERAL_URL =
|
|
|
|
const PATIENT_GET_LIST_REFERAL_URL =
|
|
|
|
"Services/Lists.svc/REST/GetList_STPReferralFrequency";
|
|
|
|
"Services/Lists.svc/REST/GetList_STPReferralFrequency";
|
|
|
|
const PATIENT_GET_CLINIC_BY_PROJECT_URL =
|
|
|
|
const PATIENT_GET_CLINIC_BY_PROJECT_URL =
|
|
|
|
@ -60,6 +62,18 @@ const GET_DOCTOR_WORKING_HOURS_TABLE =
|
|
|
|
|
|
|
|
|
|
|
|
const GET_PATIENT_LAB_RESULTS =
|
|
|
|
const GET_PATIENT_LAB_RESULTS =
|
|
|
|
'Services/DoctorApplication.svc/REST/GetPatientLabResults';
|
|
|
|
'Services/DoctorApplication.svc/REST/GetPatientLabResults';
|
|
|
|
|
|
|
|
const LOGIN_URL = 'Services/Sentry.svc/REST/MemberLogIN_New';
|
|
|
|
|
|
|
|
const INSERT_DEVICE_IMEI =
|
|
|
|
|
|
|
|
'Services/Sentry.svc/REST/DoctorApplication_INSERTDeviceIMEI';
|
|
|
|
|
|
|
|
const SELECT_DEVICE_IMEI =
|
|
|
|
|
|
|
|
'Services/Sentry.svc/REST/DoctorApplication_SELECTDeviceIMEIbyIMEI';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const SEND_ACTIVATION_CODE_BY_OTP_NOTIFICATION_TYPE =
|
|
|
|
|
|
|
|
'Services/Sentry.svc/REST/DoctorApplication_SendActivationCodebyOTPNotificationType';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const MEMBER_CHECK_ACTIVATION_CODE_NEW =
|
|
|
|
|
|
|
|
'Services/Sentry.svc/REST/MemberCheckActivationCode_New';
|
|
|
|
|
|
|
|
const GET_DOC_PROFILES = 'Services/Doctors.svc/REST/GetDocProfiles';
|
|
|
|
|
|
|
|
|
|
|
|
var selectedPatientType = 1;
|
|
|
|
var selectedPatientType = 1;
|
|
|
|
|
|
|
|
|
|
|
|
|