Can someone tell me how I can pull a patients inactive medications into a list box
Hello,
Since you asked the question, I thought about how I would do this. Unfortunately, it looks like there isn't a MEL function to pull inactive meds. Look at the choices from the help file:
MEDS_AFTER - Lists active medications, including changes from the current chart update, formatted in a list with one medication per line or separated by commas.
MEDS_NEW - Lists medications added or changed in the current chart update. You can format them into a list with one medication per line or separate them with commas.
MEDS_PRIOR - Active medications prior to the current chart update.
MEDS_REMOVED - Medications removed during the current chart update
At first MEDS_REMOVED looked the most promising but as you can see it only lists meds removed during the current chart update. I'm not sure if there is a way at the moment. Maybe someone else has another idea?
Brad