We are implementing a new PACS system and our PACS has the capability of providing us a URL that we could used to pull up a list of all studies and view them for the patient. I was trying to find a way at a button that links to a URL similar to the Weblookup/Clinical Reference/Patient education buttons on the problems/medications/flowsheet pages of the chart. I would also want it available on the documents tab as well.
Is there a way to do this in CEMR?
What is the pacs system?
Look up RunShellOpen() in the data symbols reference. Should solve your problem.
We receive URLs from EMR-Link in an HL7 MDM message. Select the lab document, then click the attach button to open it. However, Centricity opens it in "Centricity Practice Solution Browser," its own branded version of IE7 or IE8, I don't recall which.
MSH|^~\&|html|STL||681300|20150802081130||MDM|000000508453557|P|2.3
EVN|T02|20150801095100||||
PID|PHI redacted
TXA|1|LR|TX|20150801095100|dr^name^^^^^^|||20150801095100||||635740964792233215||||9840422504270801|AU|UC||||dr^name^^^^^^^^^^^^20150801095100|
OBX|2|ST|OTHER_REF|| https://www.emr-link.com/labs/results/ResultViewer.aspx?rid=refstring|||||||||20150801095100
Not sure if the website is fixed (same website always). This open a new window in the browser, to the website to monitor medications.
I have defined an Action Button in VFE, with connection type = RUNPROCESS
And for the commands:
{
RUNSHELLOPEN("http://www.mass.gov/vg")
}
@ErnieT The PACS system is Viztek
@everyone
We will be receiving URL links through the Viztek interface with links to all new studies. My thought was to give providers access to all old exams as well by having a button that would pop up a list (from a Viztek website) of studies going back as far as the patient has been with us.
I would like to find a way to do RUNSHELLOPEN when the provider is not in a form or even an update. (when they are just viewing the chart)