I have been unable to get the MEL_PRINT_RX() function to work in our EMR (ver 9.5).
Do you know if this is a bug and is it fixed in CPS 11 or CPS 12 ?
After adding Vistaril to the medication list, we want to be able to print it out:
MEL_ADD_MEDICATION("VISTARIL 25 MG CAPS", "Take 1 capsule by mouth every 6 hours as needed for post-operative nausea and vomiting", str(._TODAYSDATE), 23488, "", "20", "0")
But this is not printing anything:
MEL_PRINT_RX("23488")
I am running into the same problem. Have you had any luck solving this? Also, even when using MEL_PRINT_RX(DDID), it will print the Rx but if you go into the Medications window, you'll note that the prescribing method is still "Telephone" by default. I am trying to create a form that allows me to click 1 button to add the Rx and change the prescribing method to "print then give to patient", then have another button at the bottom that allows the prescriber to sign off. Right now, even using MEL_ADD_MEDICATION AND MEL_PRINT_RX, you still have to go back to the medications update and sign them off. Anyone know how to remedy this??! Thanks!
Ken