The Medication Administration HTML form and the patient Histories views are not friends, I know but my providers are wanting to see the past meds administered but they don't seem to go anywhere...Any help with this would be greatly appreciated.
I have had a case open with GE on this for over a year with no resolution. I am curious about this as well.
Thank you!
{MEL_Get_MedAdminRequestList()} This will give you a delimited list of medication requests for the patient chart that you are in. fields are seperated by '^' while different requested meds are seperated by '|'.
{MEL_Get_MedAdministrations("MedRequestID")} This gives a list of all the administrations for the selected requested med. the MedRequestID is the first number in MEL_Get_MedAdminRequestList().
It would take some coding and time to build a history view to display this, but it is definitely doable. I might look into this for our spare time.
Let me know if you have questions, or if anyone is interested in co-building something. if I get it built I'll share ^_^
I have been looking for documentation on these MEL expressions but cannot find anything on them in Help. We are currently on CPS 12.0.12, are then in a newer version?
Linda
I do not have any documentation either. I had to find the MEL code by looking at the Javascript files for the Medication Administration forms. I am just having to piece together all the different fields as I go.
I posted on another discussion a link to our Medication Administration Hx View.
https://centricityusers.com/forum/medication-admin-html/#answer-186740
Excellent! This looks great! good work on designing this, and thank you for sharing.