|
|
|
|
@ -15,14 +15,10 @@ const GET_DOCTOR_RATING = '/Doctors.svc/REST/dr_GetAvgDoctorRating';
|
|
|
|
|
|
|
|
|
|
///Prescriptions
|
|
|
|
|
const PRESCRIPTIONS = '/Patients.svc/REST/GetPrescriptionApptList';
|
|
|
|
|
const GET_PRESCRIPTIONS_ALL_ORDERS =
|
|
|
|
|
'/Patients.svc/REST/PatientER_GetPatientAllPresOrders';
|
|
|
|
|
const GET_PRESCRIPTIONS_ALL_ORDERS = '/Patients.svc/REST/PatientER_GetPatientAllPresOrders';
|
|
|
|
|
const GET_PRESCRIPTION_REPORT = '/Patients.svc/REST/INP_GetPrescriptionReport';
|
|
|
|
|
const SEND_PRESCRIPTION_EMAIL = '/Notifications.svc/REST/SendPrescriptionEmail';
|
|
|
|
|
const GET_PRESCRIPTIONS_ALL_ORDERS = '/Patients.svc/REST/PatientER_GetPatientAllPresOrders';
|
|
|
|
|
const GET_PRESCRIPTION_REPORT = '/Patients.svc/REST/INP_GetPrescriptionReport';
|
|
|
|
|
const GET_PRESCRIPTION_REPORT_ENH = '/Patients.svc/REST/GetPrescriptionReport_enh';
|
|
|
|
|
const SEND_PRESCRIPTION_EMAIL = '/Notifications.svc/REST/SendPrescriptionEmail';
|
|
|
|
|
|
|
|
|
|
///Lab Order
|
|
|
|
|
const GET_Patient_LAB_ORDERS = '/Patients.svc/REST/GetPatientLabOrders';
|
|
|
|
|
|