|
|
|
|
@ -31,7 +31,7 @@ const PHARMACY_BASE_URL = 'https://mdlaboratories.com/exacartapi/api/';
|
|
|
|
|
// const PHARMACY_BASE_URL = 'https://mdlaboratories.com/exacartapitest/api/';
|
|
|
|
|
|
|
|
|
|
// RC API URL
|
|
|
|
|
const RC_BASE_URL = 'https://livecare.hmg.com/';
|
|
|
|
|
const RC_BASE_URL = 'https://rc.hmg.com/';
|
|
|
|
|
|
|
|
|
|
const PING_SERVICE = 'Services/Weather.svc/REST/CheckConnectivity';
|
|
|
|
|
|
|
|
|
|
@ -146,18 +146,18 @@ const INSERT_ER_INERT_PRES_ORDER =
|
|
|
|
|
'Services/Patients.svc/REST/PatientER_InsertPresOrder';
|
|
|
|
|
|
|
|
|
|
/// ER RRT
|
|
|
|
|
const GET_ALL_RC_TRANSPORTATION = 'rc/api/Transportation/getalltransportation';
|
|
|
|
|
const GET_ALL_TRANSPORTATIONS_RC = 'rc/api/Transportation/getalltransportation';
|
|
|
|
|
const GET_ALL_RC_TRANSPORTATION = 'api/Transportation/getalltransportation';
|
|
|
|
|
const GET_ALL_TRANSPORTATIONS_RC = 'api/Transportation/getalltransportation';
|
|
|
|
|
const GET_ALL_RRT_QUESTIONS =
|
|
|
|
|
'Services/Patients.svc/REST/PatientER_RRT_GetAllQuestions';
|
|
|
|
|
const GET_RRT_SERVICE_PRICE =
|
|
|
|
|
'Services/Patients.svc/REST/PatientE_RealRRT_GetServicePrice';
|
|
|
|
|
|
|
|
|
|
const GET_ALL_TRANSPORTATIONS_ORDERS = 'rc/api/Transportation/get';
|
|
|
|
|
const GET_ALL_TRANSPORTATIONS_ORDERS = 'api/Transportation/get';
|
|
|
|
|
|
|
|
|
|
const CANCEL_AMBULANCE_REQUEST = "rc/api/Transportation/update";
|
|
|
|
|
const CANCEL_AMBULANCE_REQUEST = "api/Transportation/update";
|
|
|
|
|
|
|
|
|
|
const INSERT_TRANSPORTATION_ORDER_RC = "rc/api/Transportation/add";
|
|
|
|
|
const INSERT_TRANSPORTATION_ORDER_RC = "api/Transportation/add";
|
|
|
|
|
|
|
|
|
|
///FindUs
|
|
|
|
|
const GET_FINDUS_REQUEST = 'Services/Lists.svc/REST/Get_HMG_Locations';
|
|
|
|
|
@ -606,27 +606,27 @@ const ADD_USER_AGREEMENT_FOR_BLOOD_DONATION =
|
|
|
|
|
'Services/PatientVarification.svc/REST/AddUserAgreementForBloodDonation';
|
|
|
|
|
|
|
|
|
|
// HHC RC SERVICES
|
|
|
|
|
const HHC_GET_ALL_SERVICES_RC = "rc/api/HHC/getallhhc";
|
|
|
|
|
const ADD_HHC_ORDER_RC = "rc/api/HHC/add";
|
|
|
|
|
const GET_ALL_HHC_ORDERS_RC = 'rc/api/hhc/list';
|
|
|
|
|
const UPDATE_HHC_ORDER_RC = 'rc/api/hhc/update';
|
|
|
|
|
const HHC_GET_ALL_SERVICES_RC = "api/HHC/getallhhc";
|
|
|
|
|
const ADD_HHC_ORDER_RC = "api/HHC/add";
|
|
|
|
|
const GET_ALL_HHC_ORDERS_RC = 'api/hhc/list';
|
|
|
|
|
const UPDATE_HHC_ORDER_RC = 'api/hhc/update';
|
|
|
|
|
|
|
|
|
|
// CMC RC SERVICES
|
|
|
|
|
const GET_ALL_CMC_SERVICES_RC = 'rc/api/cmc/getallcmc';
|
|
|
|
|
const ADD_CMC_ORDER_RC = 'rc/api/cmc/add';
|
|
|
|
|
const GET_ALL_CMC_ORDERS_RC = 'rc/api/cmc/list';
|
|
|
|
|
const UPDATE_CMC_ORDER_RC = 'rc/api/cmc/update';
|
|
|
|
|
const GET_ALL_CMC_SERVICES_RC = 'api/cmc/getallcmc';
|
|
|
|
|
const ADD_CMC_ORDER_RC = 'api/cmc/add';
|
|
|
|
|
const GET_ALL_CMC_ORDERS_RC = 'api/cmc/list';
|
|
|
|
|
const UPDATE_CMC_ORDER_RC = 'api/cmc/update';
|
|
|
|
|
|
|
|
|
|
// RRT RC SERVICES
|
|
|
|
|
const ADD_RRT_ORDER_RC = "rc/api/rrt/add";
|
|
|
|
|
const GET_ALL_RRT_ORDERS_RC = "rc/api/rrt/list";
|
|
|
|
|
const UPDATE_RRT_ORDER_RC = 'rc/api/rrt/update';
|
|
|
|
|
const ADD_RRT_ORDER_RC = "api/rrt/add";
|
|
|
|
|
const GET_ALL_RRT_ORDERS_RC = "api/rrt/list";
|
|
|
|
|
const UPDATE_RRT_ORDER_RC = 'api/rrt/update';
|
|
|
|
|
|
|
|
|
|
// PRESCRIPTION RC SERVICES
|
|
|
|
|
const ADD_PRESCRIPTION_ORDER_RC = "rc/api/prescription/add";
|
|
|
|
|
const GET_ALL_PRESCRIPTION_ORDERS_RC = "rc/api/prescription/list";
|
|
|
|
|
const GET_ALL_PRESCRIPTION_INFO_RC = "rc/api/Prescription/info";
|
|
|
|
|
const UPDATE_PRESCRIPTION_ORDER_RC = 'rc/api/prescription/update';
|
|
|
|
|
const ADD_PRESCRIPTION_ORDER_RC = "api/prescription/add";
|
|
|
|
|
const GET_ALL_PRESCRIPTION_ORDERS_RC = "api/prescription/list";
|
|
|
|
|
const GET_ALL_PRESCRIPTION_INFO_RC = "api/Prescription/info";
|
|
|
|
|
const UPDATE_PRESCRIPTION_ORDER_RC = 'api/prescription/update';
|
|
|
|
|
|
|
|
|
|
//Pharmacy wishlist
|
|
|
|
|
const GET_WISHLIST = "shopping_cart_items/";
|
|
|
|
|
|