Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
jwbadger3
Contributor II
Contributor II

Qlik Epic Radar Integrations and Activity Links

Howdy folks,

Has any other organization found the definitive way to launch any E2N activity within hyperspace from a QV app? Epic has confirmed this is possible but they have not released how you pass E2N desired/required fields beyond just the Patient ID.

We created a document with the basic information (see attached) but we wanted to extend to encounter specific activities.

Labels (1)
25 Replies
kourosh_r
Contributor III
Contributor III

Hi All,

I am trying to implement this but I hit a problem that I cannot go further. When I do not pass the PAT_ID the Chart Review launches normally but if I pass the PAT_ID  in the app the Chart Review does not popup, nothing happens at all.  I am sure the patient exists and I am using straight table and QV11.2. Any idea ? Thanks!

='Launch Chart Review'&'<URL>EpicAct:UCW_CHART_REVIEW,InfoName:PATIENTID,InfoValue:'& REPEAT(' ', (10 - LEN(PAT_ID))) & PAT_ID

dclark0699
Creator
Creator

Your code as written works for me in 11.2

A couple followup questions. When you say it does not popup, do you mean the link doesn't work, or the QV straight table no longer shows the link? And PAT_ID is definitely the name of the field in your data model for the EPT .1?

kourosh_r
Contributor III
Contributor III

Thanks Donnie for your reply. The link shows and it is active but when I click on it nothing happens. I even tested it with an existing and  hard coded patient id. The link is clickable but as I mentioned it does not work. 

joe_warbington
Partner - Creator III
Partner - Creator III

Hi Kourosh,

Have you whitelisted your Qlik server in Hyperspace and given it the appropriate rights to allow links to be actionable? Use the Browser Whitelist Editor to do this.

kourosh_r
Contributor III
Contributor III

Hi Joe,

How could I give all the appropriate rights as you've mentioned in Hyperspace ?  Could you please elaborate on this? Because, it is off and shows

"Access to URLs is not restricted or observed."

Thanks

kourosh_r
Contributor III
Contributor III

Hi Joe,

I am still not able to pass any parameter such as PAT_ID to Hyperspace. Any other suggestion?

Thanks.