function launchActivity(descriptor){
alert('[launchActivity] descriptor['+descriptor+']');
window.location = "EPIC://ACTIVITY/"+descriptor;
}
function launchBenefits(){
window.location = "EPIC://BENEFITS/";
}
function launchHAR(harId){
window.location = "EPIC://HAR/"+harId;
}
function launchPOSPP(){
window.location = "EPIC://POSPP";
}
function launchPtStation(eptId,eptDat){
window.location = "EpicAct:ADT_PATIENT_STATION_REDIR,InfoName:PATIENTID,InfoValue:"+eptId+",InfoName:PATIENTDAT,InfoValue:"+eptDat;
}
function launchAppts(eptId){ //*azl 05/16 404952
window.location = "EPIC://APPTS/"+eptId;
}
window.location = 'epic://OPTION?LINKID&3616';