Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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?
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.
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.
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
Hi Joe,
I am still not able to pass any parameter such as PAT_ID to Hyperspace. Any other suggestion?
Thanks.