|
|
|
|
@ -134,8 +134,6 @@ const GET_CLINICS_LIST_URL = "Services/lists.svc/REST/GetClinicCentralized";
|
|
|
|
|
const GET_ACTIVE_APPOINTMENTS_LIST_URL =
|
|
|
|
|
"Services/Doctors.svc/Rest/Dr_GetAppointmentActiveNumber";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//URL to get projects list
|
|
|
|
|
const GET_PROJECTS_LIST = 'Services/Lists.svc/REST/GetProject';
|
|
|
|
|
|
|
|
|
|
@ -372,15 +370,23 @@ const GET_ADDRESS = "epharmacy/api/Customers/272843?fields=addresses";
|
|
|
|
|
const GET_SHOPPING_CART = "epharmacy/api/shopping_cart_items/";
|
|
|
|
|
const GET_SHIPPING_OPTIONS = "epharmacy/api/get_shipping_option/";
|
|
|
|
|
const DELETE_SHOPPING_CART = "epharmacy/api/delete_shopping_cart_items/";
|
|
|
|
|
const DELETE_SHOPPING_CART_ALL = "epharmacy/api/delete_shopping_cart_item_by_customer/";
|
|
|
|
|
const DELETE_SHOPPING_CART_ALL =
|
|
|
|
|
"epharmacy/api/delete_shopping_cart_item_by_customer/";
|
|
|
|
|
const ORDER_SHOPPING_CART = "epharmacy/api/orders";
|
|
|
|
|
const GET_LACUM_ACCOUNT_INFORMATION = "Services/Patients.svc/REST/GetLakumAccountInformation";
|
|
|
|
|
const GET_LACUM_GROUP_INFORMATION = "Services/Patients.svc/REST/GetlakumInQueryInfoGrouping";
|
|
|
|
|
const LACUM_ACCOUNT_ACTIVATE = "Services/Patients.svc/REST/LakumAccountActivation";
|
|
|
|
|
const LACUM_ACCOUNT_DEACTIVATE = "Services/Patients.svc/REST/LakumAccountDeactivation";
|
|
|
|
|
const CREATE_LAKUM_ACCOUNT = "Services/Patients.svc/REST/PHR_CreateLakumAccount";
|
|
|
|
|
const TRANSFER_YAHALA_LOYALITY_POINTS = "Services/Patients.svc/REST/TransferYaHalaLoyaltyPoints";
|
|
|
|
|
const LAKUM_GET_USER_TERMS_AND_CONDITIONS = "Services/ERP.svc/REST/GetUserTermsAndConditionsForEPharmcy";
|
|
|
|
|
const GET_LACUM_ACCOUNT_INFORMATION =
|
|
|
|
|
"Services/Patients.svc/REST/GetLakumAccountInformation";
|
|
|
|
|
const GET_LACUM_GROUP_INFORMATION =
|
|
|
|
|
"Services/Patients.svc/REST/GetlakumInQueryInfoGrouping";
|
|
|
|
|
const LACUM_ACCOUNT_ACTIVATE =
|
|
|
|
|
"Services/Patients.svc/REST/LakumAccountActivation";
|
|
|
|
|
const LACUM_ACCOUNT_DEACTIVATE =
|
|
|
|
|
"Services/Patients.svc/REST/LakumAccountDeactivation";
|
|
|
|
|
const CREATE_LAKUM_ACCOUNT =
|
|
|
|
|
"Services/Patients.svc/REST/PHR_CreateLakumAccount";
|
|
|
|
|
const TRANSFER_YAHALA_LOYALITY_POINTS =
|
|
|
|
|
"Services/Patients.svc/REST/TransferYaHalaLoyaltyPoints";
|
|
|
|
|
const LAKUM_GET_USER_TERMS_AND_CONDITIONS =
|
|
|
|
|
"Services/ERP.svc/REST/GetUserTermsAndConditionsForEPharmcy";
|
|
|
|
|
|
|
|
|
|
// Home Health Care
|
|
|
|
|
const HHC_GET_ALL_SERVICES =
|
|
|
|
|
|