|
|
|
@ -16,6 +16,9 @@ const GET_PATIENT_LAB_OREDERS =
|
|
|
|
'DoctorApplication.svc/REST/GetPatientLabOreders';
|
|
|
|
'DoctorApplication.svc/REST/GetPatientLabOreders';
|
|
|
|
const GET_PRESCRIPTION = 'Patients.svc/REST/GetPrescriptionApptList';
|
|
|
|
const GET_PRESCRIPTION = 'Patients.svc/REST/GetPrescriptionApptList';
|
|
|
|
const GET_RADIOLOGY = 'DoctorApplication.svc/REST/GetPatientRadResult';
|
|
|
|
const GET_RADIOLOGY = 'DoctorApplication.svc/REST/GetPatientRadResult';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var selectedPatientType = 0;
|
|
|
|
|
|
|
|
|
|
|
|
//*********change value to decode json from Dropdown ************
|
|
|
|
//*********change value to decode json from Dropdown ************
|
|
|
|
var SERVICES_PATIANT = [
|
|
|
|
var SERVICES_PATIANT = [
|
|
|
|
"GetMyOutPatient",
|
|
|
|
"GetMyOutPatient",
|
|
|
|
|