|
|
|
|
@ -121,7 +121,7 @@ const GET_DASHBOARD =
|
|
|
|
|
const GET_SICKLEAVE_STATISTIC =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/PreSickLeaveStatistics';
|
|
|
|
|
const ARRIVED_PATIENT_URL =
|
|
|
|
|
'Services/DoctorApplication.svc/REST/PatientArrivalList';
|
|
|
|
|
'Services/DoctorApplication.svc/REST/PatientArrivalList';
|
|
|
|
|
const ADD_SICK_LEAVE = 'Services/DoctorApplication.svc/REST/PostSickLeave';
|
|
|
|
|
const GET_SICK_LEAVE = 'Services/DoctorApplication.svc/REST/GetAllSickLeaves';
|
|
|
|
|
const EXTEND_SICK_LEAVE = 'Services/DoctorApplication.svc/REST/ExtendSickLeave';
|
|
|
|
|
|