I am trying to add a dynamic list for active problems and one for active orders. I tried {PROB_ACTIVE( )} but if more than one problem was entered during the same encounter, all problems show up on the same line. I can't get the active orders to show at all. Any help would be great. Thanks for looking.
I'm going to attach the code I use and a dlg file utilizing since the forum likes to bunch all the text together . It comes from a form that came with vfe.
Text doc: CodeToPullProbListMedListOrderList
DLG file: AssessmentAndPlan
Let me know if this helps or I can help explain it.
While I did not create the basis for this, there is some coding to separate problems (and other items) into the columns.
{prob_after('comma')} Seems to work ok for us when using a dynamic dropdown for active problems. Have you tried this one yet?