Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
This is my first post.
I am trying to create a hyperlink to open patient charts from QlikSense to Epic Hyperspace similar to QlikView. This is all in an epic dashboard. Below is what I used in QlikView, but it does not work correctly for QlikSense.
Any help would be appreciated. Thank you.
if(
concat(PatientID) and concat(Surgical CSN),'Chart Review<url>EpicAct:UCW_CHART_REVIEW,INFONAME:PATIENTID,INFOVALUE:' & Repeat('%20', 10 - Len(PatientID) & only(PatientID]) & ',INFONAME:PATIENTCONTACT,INFOVALUE:' & only(Surgical CSN)
,
null()
)
Hi steven.davis,
I built a Qlik Sense app for testing the Epic integrations. It's posted over the Epic Dev Group here: [App] Qlik Healthkit for Epic.qvf (Qlik Sense)
It shows you how the links are built out - it's a little different than QlikView as you mentioned.
Enjoy!
Hi steven.davis,
I built a Qlik Sense app for testing the Epic integrations. It's posted over the Epic Dev Group here: [App] Qlik Healthkit for Epic.qvf (Qlik Sense)
It shows you how the links are built out - it's a little different than QlikView as you mentioned.
Enjoy!
I can't access the link due to not being approved for the group.