|
|
|
|
@ -297,9 +297,11 @@ const GET_PROCEDURE_TEMPLETE =
|
|
|
|
|
|
|
|
|
|
const GET_PROCEDURE_TEMPLETE_DETAILS =
|
|
|
|
|
"Services/Doctors.svc/REST/DAPP_ProcedureTemplateDetailsGet";
|
|
|
|
|
const GET_PENDING_PATIENT_ER_FOR_DOCTOR_APP ='Services/DoctorApplication.svc/REST/GetPendingPatientERForDoctorApp';
|
|
|
|
|
const GET_PENDING_PATIENT_ER_FOR_DOCTOR_APP =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/GetPendingPatientERForDoctorApp';
|
|
|
|
|
|
|
|
|
|
const DOCTOR_CHECK_HAS_LIVE_CARE = "Services/DoctorApplication.svc/REST/CheckDoctorHasLiveCare";
|
|
|
|
|
const DOCTOR_CHECK_HAS_LIVE_CARE =
|
|
|
|
|
"Services/DoctorApplication.svc/REST/CheckDoctorHasLiveCare";
|
|
|
|
|
|
|
|
|
|
var selectedPatientType = 1;
|
|
|
|
|
|
|
|
|
|
|