|
|
|
|
@ -120,11 +120,13 @@ const GET_MASTER_LOOKUP_LIST =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetMasterLookUpList';
|
|
|
|
|
const POST_ALLERGY = 'Services/DoctorApplication.svc/REST/PostAllergies';
|
|
|
|
|
const POST_HISTORY = 'Services/DoctorApplication.svc/REST/PostHistory';
|
|
|
|
|
const POST_CHIEF_COMPLAINT = 'Services/DoctorApplication.svc/REST/PostChiefcomplaint';
|
|
|
|
|
const POST_PHYSICAL_EXAM = 'Services/DoctorApplication.svc/REST/PostPhysicalExam';
|
|
|
|
|
const POST_PROGRESS_NOTE = '/Services/DoctorApplication.svc/REST/PostProgressNote';
|
|
|
|
|
const POST_CHIEF_COMPLAINT =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/PostChiefcomplaint';
|
|
|
|
|
const POST_PHYSICAL_EXAM =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/PostPhysicalExam';
|
|
|
|
|
const POST_PROGRESS_NOTE =
|
|
|
|
|
'/Services/DoctorApplication.svc/REST/PostProgressNote';
|
|
|
|
|
|
|
|
|
|
const GET_CATEGORISE_PROCEDURE =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetCategories';
|
|
|
|
|
|
|
|
|
|
|