Notifications
Clear all
Topic starter
Does anyone know how to pass the patientid in a URL? We have an internal website that we have created and have setup a Weblook in CPS for this website but are not able to pass the PatientID to it.
Posted : March 26, 2013 3:48 am
Here is an example of how we do it in an action button using runprocess -
{RUNSHELLOPEN(str(
"https://pha.procaresystems.com/custom/prismdashboard.php?sid=99946&company=SMPC&pid=",patient.patientid))}
Posted : March 26, 2013 6:59 am
Topic starter
Michael,
I forgot to mention that I am trying to do this from the Chart Summary Problem Lookup. I tried what you provided, but it did not work as expected.
Posted : March 27, 2013 12:46 am