|
|
|
|
@ -13,8 +13,6 @@ const PATIENT_PROGRESS_NOTE_URL =
|
|
|
|
|
"Services/DoctorApplication.svc/REST/GetProgressNoteForInPatient";
|
|
|
|
|
const PATIENT_INSURANCE_APPROVALS_URL =
|
|
|
|
|
"Services/DoctorApplication.svc/REST/GetApprovalStatusForInpatient";
|
|
|
|
|
const PATIENT_ORDERS_URL =
|
|
|
|
|
"Services/DoctorApplication.svc/REST/GetProgressNoteForInPatient";
|
|
|
|
|
const PATIENT_REFER_TO_DOCTOR_URL =
|
|
|
|
|
"Services/DoctorApplication.svc/REST/ReferToDoctor";
|
|
|
|
|
const PATIENT_GET_DOCTOR_BY_CLINIC_URL =
|
|
|
|
|
@ -44,7 +42,6 @@ const GET_PATIENT_VITAL_SIGN_DATA =
|
|
|
|
|
const GET_PATIENT_LAB_OREDERS =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetPatientLabOreders';
|
|
|
|
|
const GET_PRESCRIPTION = 'Services/Patients.svc/REST/GetPrescriptionApptList';
|
|
|
|
|
const GET_RADIOLOGY = 'Services/DoctorApplication.svc/REST/GetPatientRadResult';
|
|
|
|
|
|
|
|
|
|
const GET_LIVECARE_PENDINGLIST =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetPendingPatientER';
|
|
|
|
|
@ -155,8 +152,6 @@ const GET_PROCEDURE_LIST =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetOrderedProcedure';
|
|
|
|
|
const POST_PROCEDURE_LIST = 'Services/DoctorApplication.svc/REST/PostProcedure';
|
|
|
|
|
|
|
|
|
|
const GET_PATIENT_ARRIVAL_LIST =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/PatientArrivalList';
|
|
|
|
|
|
|
|
|
|
const GET_PATIENT_IN_PATIENT_LIST =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetMyInPatient';
|
|
|
|
|
@ -180,8 +175,6 @@ const GET_PATIENT_LAB_ORDERS_RESULT_HISTORY_BY_DESCRIPTION =
|
|
|
|
|
// SOAP
|
|
|
|
|
|
|
|
|
|
const GET_ALLERGIES = 'Services/DoctorApplication.svc/REST/GetAllergies';
|
|
|
|
|
const GET_MASTER_LOOKUP_LIST =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetMasterLookUpList';
|
|
|
|
|
|
|
|
|
|
const POST_EPISODE = 'Services/DoctorApplication.svc/REST/PostEpisode';
|
|
|
|
|
const POST_EPISODE_FOR_IN_PATIENT =
|
|
|
|
|
@ -208,15 +201,13 @@ const PATCH_PROGRESS_NOTE =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/PatchProgressNote';
|
|
|
|
|
const PATCH_ASSESSMENT = 'Services/DoctorApplication.svc/REST/PatchAssessment';
|
|
|
|
|
|
|
|
|
|
const GET_ALLERGY = 'Services/DoctorApplication.svc/REST/GetAllergies';
|
|
|
|
|
const GET_HISTORY = 'Services/DoctorApplication.svc/REST/GetHistory';
|
|
|
|
|
const GET_CHIEF_COMPLAINT =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetChiefcomplaint';
|
|
|
|
|
const GET_PHYSICAL_EXAM = 'Services/DoctorApplication.svc/REST/GetPhysicalExam';
|
|
|
|
|
const GET_PROGRESS_NOTE = 'Services/DoctorApplication.svc/REST/GetProgressNote';
|
|
|
|
|
const GET_ASSESSMENT = 'Services/DoctorApplication.svc/REST/GetAssessment';
|
|
|
|
|
const GET_ORDER_PROCEDURE =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetOrderedProcedure';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const GET_LIST_CATEGORISE =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetProcedureCategories';
|
|
|
|
|
@ -271,7 +262,6 @@ const GET_IN_PATIENT_ORDERS =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetPatientRadResult';
|
|
|
|
|
|
|
|
|
|
///Prescriptions
|
|
|
|
|
const PRESCRIPTIONS = 'Services/Patients.svc/REST/GetPrescriptionApptList';
|
|
|
|
|
const GET_PRESCRIPTIONS_ALL_ORDERS =
|
|
|
|
|
'Services/Patients.svc/REST/PatientER_GetPatientAllPresOrders';
|
|
|
|
|
const GET_PRESCRIPTION_REPORT_NEW =
|
|
|
|
|
@ -280,18 +270,11 @@ const SEND_PRESCRIPTION_EMAIL =
|
|
|
|
|
'Services/Notifications.svc/REST/SendPrescriptionEmail';
|
|
|
|
|
const GET_PRESCRIPTION_REPORT_ENH =
|
|
|
|
|
'Services/Patients.svc/REST/GetPrescriptionReport_enh';
|
|
|
|
|
const GET_PHARMACY_LIST = "Services/Patients.svc/REST/GetPharmcyList";
|
|
|
|
|
const UPDATE_PROGRESS_NOTE_FOR_INPATIENT =
|
|
|
|
|
"Services/DoctorApplication.svc/REST/UpdateProgressNoteForInPatient";
|
|
|
|
|
const CREATE_PROGRESS_NOTE_FOR_INPATIENT =
|
|
|
|
|
"Services/DoctorApplication.svc/REST/CreateProgressNoteForInPatient";
|
|
|
|
|
|
|
|
|
|
const GET_PRESCRIPTION_IN_PATIENT =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetPrescriptionReportForInPatient';
|
|
|
|
|
|
|
|
|
|
const GET_INSURANCE_IN_PATIENT =
|
|
|
|
|
"Services/DoctorApplication.svc/REST/GetApprovalStatusForInpatient";
|
|
|
|
|
|
|
|
|
|
const GET_SICK_LEAVE_PATIENT = "Services/Patients.svc/REST/GetPatientSickLeave";
|
|
|
|
|
const GET_MY_OUT_PATIENT =
|
|
|
|
|
"Services/DoctorApplication.svc/REST/GetMyOutPatient";
|
|
|
|
|
|