|
|
|
|
@ -133,8 +133,6 @@ const POST_PROGRESS_NOTE =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/PostProgressNote';
|
|
|
|
|
const POST_ASSESSMENT = 'Services/DoctorApplication.svc/REST/PostAssessment';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const PATCH_ALLERGY = 'Services/DoctorApplication.svc/REST/PatchAllergies';
|
|
|
|
|
const PATCH_HISTORY = 'Services/DoctorApplication.svc/REST/PatchHistory';
|
|
|
|
|
const PATCH_CHIEF_COMPLAINT =
|
|
|
|
|
@ -143,19 +141,15 @@ const PATCH_PHYSICAL_EXAM =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/PatchPhysicalExam';
|
|
|
|
|
const PATCH_PROGRESS_NOTE =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/PatchProgressNote';
|
|
|
|
|
const PATCH_ASSESSMENT =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/PatchAssessment';
|
|
|
|
|
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_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_CATEGORISE_PROCEDURE =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetProcedure';
|
|
|
|
|
|