Notifications
Clear all
Topic starter
I have built a form for a surgical specialty clinic and have a DATA field which is pulling the last HPI from the user LASTOBSVALUEBYUSER("HPI") however, it will only pull the user HPI who opened the document.
Does anyone know how to write the MEL expression to pull the LASTOBSVALUE for the responsible provider of the document (the practitioner seeing the patient)?
Thank you,
Suzanne Maris
Posted : December 23, 2015 11:36 am
Suzanne,
you can create a function using list_obs. Create a delimited list, and then run it through a looping array. If the user who signed the change to the observation value matches document.provider, then display the result, else do nothing.
Posted : December 24, 2015 8:23 am
Topic starter
Thank you Ken,takenaka.
Posted : December 28, 2015 7:03 am