We are creating a form that adds an order to a chart and allows the user to specify the diagnosis code to the order. We would like to have a button that would pull up a problem search to add a problem, but have it only added to the order and not to the chart. Is there a way to accomplish this?
The only way I could think of setting this up was to have a page close handler that would remove any added problems to the note. (this type of note will never have a problem added to a chart) I am not sure if that would remove it from the order or not.
I don't know how you could do this with the problem search feature, but you could do it with MEL_ADD_ORDER and a predetermined list of commonly associated problems. That's how we do it with a number of our forms.