I have developed a form in VFE and am having a difficult time with what is probably a simple fix and would love input.
I have a clinical function that is assigning a new problem, following the use of an action button. The action button is bringin up the appropriate problem list, ect and once selected, the problem is appropriately being placed into the requested field, by the clinical function. What I need to happen next, however, is that I need that problem to also be assigned to an OBS term. I cannot seem to come up with the correct mel expression combo, to make that happen.
So, specifically, I need the
PROB_NEW("LIST") to equal OBSNOW("ADMITTING DX")
Ideas?
Thanks, in advance!
OBSNOW("ADMITTING DX", DOCUMENT.field)
jjordet said:
OBSNOW("ADMITTING DX", DOCUMENT.field)
Thanks for the info. When I do this I get a interesting diagnosis assigment, so I know I am doing this incorrectly.
I guess I better ask, just to make sure, if I assign this statement to the Action button side of things, where the problem is being added, or to the field in which the diagnosis is being populated?
thanks, again!
action button...
DOCUMENT.field = ???
OBSNOW("ADMITTING DX", DOCUMENT.field)