<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Qlik Epic Radar Integrations and Activity Links in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488888#M307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running 11.2 SR12 and it works for me both with and without the parentheses. Do you get an error? Does you Link still look correct in a straight table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 12:50:32 GMT</pubDate>
    <dc:creator>dclark0699</dc:creator>
    <dc:date>2015-11-04T12:50:32Z</dc:date>
    <item>
      <title>Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488878#M297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Howdy folks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;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. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;We created a document with the basic information (see attached) but we wanted to extend to encounter specific activities.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2025 14:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488878#M297</guid>
      <dc:creator>jwbadger3</dc:creator>
      <dc:date>2025-07-22T14:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488879#M298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jeff!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I typically reference when working on the QlikView Epic Integrations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;1. In a QlikView straight table object, create a new expression that will be used to launch an Epic activity.&lt;BR /&gt; 2. Label the expression appropriately and enter definition code such as (this includes code to pad the patient IDs which may be necessary):&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; text-indent: 0mm; font-size: medium; margin: 0 0 0 13mm;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&lt;EM&gt;='Launch Chart Review'&amp;amp;'&amp;lt;URL&amp;gt;EpicAct:UCW_CHART_REVIEW,InfoName:PATIENTID,InfoValue:'&amp;amp; REPEAT(' ', (10 - LEN(PAT_ID))) &amp;amp; PAT_ID&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; text-indent: 0mm; font-size: medium; margin: 0 0 0 13mm;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; text-indent: 0mm; font-size: medium; margin: 0 0 0 13mm;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; text-indent: 0mm; font-size: medium; margin: 0 0 0 13mm;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&lt;EM&gt;='Launch Snapshot'&amp;amp;'&amp;lt;URL&amp;gt;EpicAct:UCW_SNAPSHOT,InfoName:PATIENTID,InfoValue:'&amp;amp; REPEAT(' ', (10 - LEN(PAT_ID))) &amp;amp; PAT_ID&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; text-indent: 0mm; font-size: medium; margin: 0 0 0 13mm;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="font-size: 11pt;"&gt;3. Set the Display Options for Representation to&lt;/SPAN&gt; &lt;SPAN style="font-size: 11pt;"&gt;&lt;EM&gt;Link&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;4. Host the application in Hyperspace using the QlikView Radar integrations. This could be a Link Component that links out to the QlikView Access Point or the specific application in question. Or it could be a Native HTML component that displays a particular QlikView application or single object from an application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;Examples of testing links for Radar to the QlikView applications:&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; text-indent: 0mm; font-size: medium; margin: 0 0 0 13mm;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;Full QlikView Application: OpenDoc mode including optional selections:&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; text-indent: 0mm; font-size: medium; margin: 0 0 0 13mm;"&gt;&lt;A href="http://eu-b.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Prescription%20Tracker.qvw&amp;amp;host=Demo11&amp;amp;anonymous=true&amp;amp;select=LB104,Albany"&gt;&lt;SPAN style="color: #0000ff; font-size: 11pt; font-family: Calibri; text-decoration: underline;"&gt;http://eu-b.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Prescription%20Tracker.qvw&amp;amp;host=Demo11&amp;amp;anonymous=true&amp;amp;select=LB104,Albany&lt;/SPAN&gt;&lt;/A&gt; &lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; text-indent: 0mm; font-size: medium; margin: 0 0 0 13mm;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; text-indent: 0mm; font-size: medium; margin: 0 0 0 13mm;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;Single object: SingleObject mode including optional selections:&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; text-indent: 0mm; font-size: medium; margin: 0 0 0 13mm;"&gt;&lt;A href="http://eu-b.demo.qlik.com/QvAJAXZfc/singleobject.htm?document=qvdocs/Prescription%20Tracker.qvw&amp;amp;host=Demo11&amp;amp;anonymous=true&amp;amp;object=CH256&amp;amp;select=LB104,Albany"&gt;&lt;SPAN style="color: #0000ff; font-size: 11pt; font-family: Calibri; text-decoration: underline;"&gt;http://eu-b.demo.qlik.com/QvAJAXZfc/singleobject.htm?document=qvdocs/Prescription%20Tracker.qvw&amp;amp;host=Demo11&amp;amp;anonymous=true&amp;amp;object=CH256&amp;amp;select=LB104,Albany&lt;/SPAN&gt;&lt;/A&gt; &lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; text-indent: 0mm; font-size: medium; margin: 0 0 0 13mm;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;&lt;SPAN style="font-size: 11pt;"&gt;The singleobject mode is nice because it automatically responds to the size of the viewport. If you choose the opendoc mode, &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.6666669845581px;"&gt;you'd&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt;"&gt; need to make the dimensions similar so that things scale and are still readable without scroll bars.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; text-indent: 0mm; font-size: medium; margin: 0 0 0 13mm;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;The host and anonymous parameters are also optional.&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;-- &lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;OTHER TOKENS TO HYPERLINK INTO HYPERSPACE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;- Chart Review: UCW_CHART_REVIEW&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;- SnapShot: UCW_SNAPSHOT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;- Review Flowsheets: UCW_REVIEW_FLOWSHEETS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;- Results Review: UCW_RESULTS_REVIEW&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;- Allergies/Contraindications: UCW_ALLERGIES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;- History: UCW_HISTORY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;- Problem List: UCW_PROBLEM_LIST&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;- Radiation Summary: RIS_RADIATION_TRACKING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;- Breast Care Summary: RIS_MAMMO_PATIENT_STORY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;HYPERLINK_TOKENS:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description,Token&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chart Review,UCW_CHART_REVIEW&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SnapShot,UCW_SNAPSHOT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Review Flowsheets,UCW_REVIEW_FLOWSHEETS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Results Review,UCW_RESULTS_REVIEW&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Allergies/Contraindications,UCW_ALLERGIES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; History,UCW_HISTORY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Problem List,UCW_PROBLEM_LIST&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Radiation Summary,RIS_RADIATION_TRACKING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Breast Care Summary,RIS_MAMMO_PATIENT_STORY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;='Dynamic no ending'&amp;amp;'&amp;lt;URL&amp;gt;EpicAct:' &amp;amp; [Token] &amp;amp; ',INFONAME:PATIENTID,INFOVALUE:' &amp;amp; pat_id&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;='Dynamic w/ending'&amp;amp;'&amp;lt;URL&amp;gt;EpicAct:' &amp;amp; [Token] &amp;amp; ',INFONAME:PATIENTID,INFOVALUE:' &amp;amp; pat_id &amp;amp;',InfoCvtID:EPT' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;='Hard code no spaces'&amp;amp;'&amp;lt;URL&amp;gt;EpicAct:' &amp;amp; [Token] &amp;amp; ',INFONAME:PATIENTID,INFOVALUE:Z23,InfoCvtID:EPT' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;='Hard coded with spaces'&amp;amp;'&amp;lt;URL&amp;gt;EpicAct:' &amp;amp; [&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;Token] &amp;amp; ',INFONAME:PATIENTID,INFOVALUE:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Z3,InfoCvtID:EPT' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2015 19:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488879#M298</guid>
      <dc:creator>joe_warbington</dc:creator>
      <dc:date>2015-06-20T19:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488880#M299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to add on to your slides, for encounter specific things (at least the encounter summary and visit navigator) you can use two infonames&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;INFONAME: PATIENTID&lt;/P&gt;&lt;P&gt;INFOVALUE: Padded EPT .1 (10 Characters)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second&lt;/P&gt;&lt;P&gt;INFONAME: PATIENTDAT&lt;/P&gt;&lt;P&gt;INFOVALUE: DAT for the contact you are interested in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the DAT, you can take the constant 121531 and subtract the DTE for the encounter (pat_enc_date_real)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple SQL example:&lt;/P&gt;&lt;P&gt;select &lt;/P&gt;&lt;P&gt;enc.pat_enc_csn_id &lt;/P&gt;&lt;P&gt;,enc.pat_enc_date_real as dte&lt;/P&gt;&lt;P&gt;,121531-enc.pat_enc_date_real as dat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from pat_enc enc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where pat_enc_csn_id = :CSN&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 16:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488880#M299</guid>
      <dc:creator>dclark0699</dc:creator>
      <dc:date>2015-06-29T16:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488881#M300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you speak to the security permissions that would need to be in place for the user to be able to use these links while in hyperspace. When we built a test app to use in our POC environment our team kept getting an Error: "The system has encountered a problem. You are not authorized to run this option." Are there a specific set of permissions that have to be granted to users in Epic to allow the Qlik integration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 16:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488881#M300</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2015-08-06T16:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488882#M301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are in Hyperspace and click an activity link within a Qlik app, you'll need the appropriate Epic security to view that activity. For instance, if you click on a link that launches Chart Review for a patient, you'd need access to view patient charts in Epic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik won't give access to areas of Epic that users are not permitted to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488882#M301</guid>
      <dc:creator>joe_warbington</dc:creator>
      <dc:date>2015-08-11T14:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488883#M302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using an old sample of code and it did not have the function to Pad the PAT_ID to 10 characters. That one fix was all we needed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 19:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488883#M302</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2015-10-07T19:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488884#M303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Donnie, that is good information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post an example of how the expression would look for that encounter action?&amp;nbsp; Also, is it possible to open up an encounter using CSN instead of the DAT?&amp;nbsp; That would be easier for my current application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488884#M303</guid>
      <dc:creator>phcaptjim</dc:creator>
      <dc:date>2015-10-16T14:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488885#M304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example of the expression to get to the encounter summary report (at least in our Epic - 2014, not model system)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'EpicAct:MR_ENC_SUMMARY,INFONAME:PATIENTID,INFOVALUE:' &amp;amp; Repeat(' ',10-Len(PAT_ID)) &amp;amp; PAT_ID &amp;amp; ',INFONAME:PATIENTDAT,INFOVALUE:' &amp;amp; VISIT_DAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not yet figured our a way to pass the CSN instead. I tried a long time ago with our CMIO, but once we found the DAT worked we haven't spent any more time on trying with the CSN since in our system I have ready access to both.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488885#M304</guid>
      <dc:creator>dclark0699</dc:creator>
      <dc:date>2015-10-19T14:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488886#M305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Donnie, Thanks for the information!&amp;nbsp; I can't wait to implement this functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488886#M305</guid>
      <dc:creator>phcaptjim</dc:creator>
      <dc:date>2015-10-19T14:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488887#M306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if it's because we're on 11.20 SR12 but this wouldn't work in an expression without the parentheses around the link text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;'Launch Chart Review'&lt;STRONG&gt;)&lt;/STRONG&gt;&amp;amp;'&amp;lt;URL&amp;gt;EpicAct:UCW_CHART_REVIEW,InfoName:PATIENTID,InfoValue:'&amp;amp; REPEAT(' ', (10 - LEN(PAT_ID))) &amp;amp; PAT_ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 20:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488887#M306</guid>
      <dc:creator>qvd1rkqv</dc:creator>
      <dc:date>2015-11-03T20:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488888#M307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running 11.2 SR12 and it works for me both with and without the parentheses. Do you get an error? Does you Link still look correct in a straight table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 12:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488888#M307</guid>
      <dc:creator>dclark0699</dc:creator>
      <dc:date>2015-11-04T12:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488889#M308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No error just didn't call the activity. Sorry the BA working on this was not using a straight table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 15:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488889#M308</guid>
      <dc:creator>qvd1rkqv</dc:creator>
      <dc:date>2015-11-05T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488890#M309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark - Have you worked this out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 19:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488890#M309</guid>
      <dc:creator>joe_warbington</dc:creator>
      <dc:date>2015-12-18T19:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488891#M310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we're in good shape on this. Thanks Joe. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 20:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488891#M310</guid>
      <dc:creator>qvd1rkqv</dc:creator>
      <dc:date>2015-12-18T20:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488892#M311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had Epic onsite with us in December and their response was essentially 'We don't know.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part of the problem is that NOT every E2N is available for use with this functionality - it has to be enabled somehow to be able to be referenced. The Epic developer response was as helpful as ever... "If you have a specific action you want to take, contact your Epic TS."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 18:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488892#M311</guid>
      <dc:creator>jwbadger3</dc:creator>
      <dc:date>2016-02-23T18:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488893#M312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When launching an encounter summary, this happens in a popup window, is it possible to set the size and position of the popup window using the link?&amp;nbsp; I hope this question makes sense.&amp;nbsp; Basically we have a QVW app that launches the encounter summary and the window is appearing in the middle of the screen.&amp;nbsp; We would like to size this popup window and place on the right side of the screen so it doesn't cover the center of the QVW application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 16:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488893#M312</guid>
      <dc:creator>phcaptjim</dc:creator>
      <dc:date>2016-03-01T16:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488894#M313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I can be any help but can you post a screenshot showing the behavior?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 17:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488894#M313</guid>
      <dc:creator>qvd1rkqv</dc:creator>
      <dc:date>2016-03-01T17:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488895#M314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with Mark, a screenshot may help with understanding what you're troubleshooting. Our setup launches the activity as a new workspace tab in Hyperspace - not as a pop-up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 12:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488895#M314</guid>
      <dc:creator>jwbadger3</dc:creator>
      <dc:date>2016-03-14T12:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488896#M315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is an example of the popup encounter summary we get when using the following link inside the QVW application (I have covered up the PHI):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= 'Open Encounter'&amp;amp;'&amp;lt;URL&amp;gt;EpicAct:MR_ENC_SUMMARY,INFONAME:PATIENTID,INFOVALUE:' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Repeat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(' ',10-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PAT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PAT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; ',INFONAME:PATIENTDAT,INFOVALUE:' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;VISIT_DAT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="118387" alt="qvw_radar_encounter_summary.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118387_qvw_radar_encounter_summary.jpg" style="width: 620px; height: 417px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 11:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488896#M315</guid>
      <dc:creator>phcaptjim</dc:creator>
      <dc:date>2016-03-17T11:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Epic Radar Integrations and Activity Links</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488897#M316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim,&lt;/P&gt;&lt;P&gt;This is not any help but I was able to reproduce this behavior over here.&amp;nbsp; I've not called this activity before and was surprised to see this popup window and asked around here if anyone knew of an alternative activity that you could call.&amp;nbsp; You're probably going to have to work with Epic to see what they can do to help solve this problem.&amp;nbsp; Please share if you get anywhere on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 19:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Epic-Radar-Integrations-and-Activity-Links/m-p/1488897#M316</guid>
      <dc:creator>qvd1rkqv</dc:creator>
      <dc:date>2016-03-17T19:04:15Z</dc:date>
    </item>
  </channel>
</rss>

