One of our providers has asked if we can replicate the "Print Pt. Handout" checkbox (found on the New Medication form) to another form for they to hit more easily.
Anyone know if this can be done and how? Ideally it would be added to another VFE form I have built, but I'm unsure of the logic going on behind the scenes.
Thanks!
I have a question to clarify your request........
Do you want an action button that will actually print the patient handout or just a checkbox that records in the EMR that it has been printed?
Would probably be best to have it actually print the handout.
Thanks
I know this is an old post, but I was just wondering if you ever found a way to do this.
Drew
Have you tried this?
description Prints a prescription handout for the specified medication if type Data symbol function syntax MEL_PRINT_RX(DDID) arguments
examples MEL_PRINT_RX('1925') This example shows the result of {'{LISTRXNEWFULL()}'} with returns Prescriptions: where used Encounter Form Editor: MEL expressions |
We tried that, but from what we could tell, it only works with medications you prescribed during that update.
We would like to print handouts for any medication, including past prescribed medications.