|
|
|
|
@ -258,6 +258,14 @@ const GET_PATIENT_INFO_BY_ID_AND_MOBILE_NUMBER = 'Services/Patients.svc/REST/AP_
|
|
|
|
|
const SEND_ACTIVATION_CODE_FOR_ADVANCE_PAYMENT = 'Services/Authentication.svc/REST/SendActivationCodeForAdvancePayment';
|
|
|
|
|
const CHECK_ACTIVATION_CODE_FOR_ADVANCE_PAYMENT = 'Services/Authentication.svc/REST/CheckActivationCodeForAdvancePayment';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const GET_COVID_DRIVETHRU_PROJECT_LIST = 'Services/Doctors.svc/REST/COVID19_ProjectDriveThroughTestingCenter';
|
|
|
|
|
|
|
|
|
|
const GET_COVID_DRIVETHRU_PAYMENT_INFO = 'Services/Doctors.svc/REST/COVID19_GetPatientPaymentInormation';
|
|
|
|
|
|
|
|
|
|
const GET_COVID_DRIVETHRU_FREE_SLOTS = 'Services/Doctors.svc/REST/COVID19_GetFreeSlots';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
///My Trackers
|
|
|
|
|
const GET_DIABETIC_RESULT_AVERAGE='Services/Patients.svc/REST/Patient_GetDiabeticResultAverage';
|
|
|
|
|
const GET_DIABTEC_RESULT='Services/Patients.svc/REST/Patient_GetDiabtecResults';
|
|
|
|
|
@ -304,7 +312,6 @@ const GET_ALL_CITIES = 'services/Lists.svc/rest/GetAllCities';
|
|
|
|
|
const CREATE_E_REFERRAL = "Services/Patients.svc/REST/CreateEReferral";
|
|
|
|
|
const GET_E_REFERRALS = "Services/Patients.svc/REST/GetEReferrals";
|
|
|
|
|
|
|
|
|
|
const GET_COVID_DRIVETHRU_PROJECT_LIST = 'Services/Doctors.svc/REST/COVID19_ProjectDriveThroughTestingCenter';
|
|
|
|
|
|
|
|
|
|
const TIMER_MIN = 10;
|
|
|
|
|
|
|
|
|
|
|