Is there a way to pouplate a listbox with the active problem list so that each problem can have it's own box for providers to check? The physicians want to be able to pick and choose what problems go to an edit field. Thanks!
You could start with {prob_after("comma")} to see if that gives you what you want. Set the listbox to dynamic and insert that in the expression field. May need to use the "delimited" version and write a fn to change it if that doesn't work for your needs.
I was able to get the problems to come into a listbox, but it's not displaying one problem per line - I have up to 3 diagnoses per line. Is there a function to split them out?
Sorry - I wrote the last post without reading the response. {prob_after("comma")} worked vs {prob_after("list")}. Thank you!
This worked for me, but dx like Diabetes Type II Uncontrolled are 3 separate checkboxes. Very confusing. How do I fix that?