CCL as a Service Demo: Patient Web Resources
This release provides a working example of an MPage built using the CCL as a Service architecture. It demonstrates all the basic principles needed to start building MPages using the CCLS model. Once added to the chart, this MPage will create a custom set of icons for each patient that link to external web resources relative to that patient's chart.
Included: CCL Libraries (including a JSON String buffer controller), CCL query scripts, the main HTML document, the latest version of jQuery, the latest version of the mPages Library, and example mPages plugin scripts
Getting it working:
- Ensure that you have Cerner Service Package #34151 installed
- Copy the folders located under the Client Files folder to a location
on your Citrix Server that is accessible to the file system
- Copy the files in the Backend files folder to a location on the
Cerner Backend (in our case, this was "cust_wh")
- Change the filepaths on lines 37-40 in mp_demo.html and the “webRoot”
parameter on line 99 in mpages.js to reflect the path that was
selected in Step 2
- Place mp_demo.html into the path from Step 2 or on the Backend -
depending on the desired method for loading the document
- Configure PrefMaint to load mp_demo.html at the chart level using
either CCL_READFILE or the "<url>file:" prefix combination
- When you open the new tab you should see icons linking to
patient specific web resources
- Set "seeJSON" on lines 51 or 54 in mp_demo.html to true to see the raw JSON output
from CCL
Home
Releases
2012
MPages Commons