Notifications
Clear all
Topic starter
I have a data display that has the connection type of mel expression. The mel expression is a function to list medications prescribed today if any:
{get_new_rxs(med_list_changes("delimited"))}
The translation is this:
{CFMT(get_new_rxs(med_list_changes("Delimited")),"", "", "", "")}
This data display is part of a suppression block and will display correctly if meds are prescribed, but it will not translate them to the note because of the suppression. Suppression is set to standard. Any idea on how to make this translate? I tried suppression on the data display by itself and I can not get it to translate at all no matter what selections I make under suppression behavior.
Posted : March 26, 2013 1:17 am
take the data display out of the block suppression.
Posted : March 26, 2013 4:30 am