Is there a way to pull in a patients problem list into a drop down field on a VFE form?
Thanks for your help
Gail Ruhlin R.T.(R)
Radiology/EMR Coordinator
Advanced Orthopaedic Centers
7858 Shrader Rd.
(804) 270-1305 ext. 6398
I have mine set as a drop down list, Type is new observation, Name is for the obs term which ever problem so for problem 1 choose CUR PROB #1, then for the MEL Expression
{IF PROB_AFTER("LIST") <> "" THEN str(getfield(PROB_AFTER("LIST"),"\n",",\r")) ELSE "" ENDIF}
Wonderful Thank you sooooo much. I know I had seen it before but could not remember.
Our drop down is using this expression
{fnProbDropdown(PROB_AFTER("delimited"))}
I'm new to VFE. Would like to have dropdown list that displays active/current problems for an A&P form.
Is there more to this than I am not aware of....I tried to copy/paste without success.
Please help a new VFE-er.
Thanks, Sharon Rock
There is a checkbox that says Dynamic Dropdown, you need to have that checked as well, a box should appear that says Mel Expression, paste the code there