Is there a way using MEL to remove/clear/change back an observation once it has been set in an update? The flowsheet module in an update can do it. Is there a MEL equivalent or a prebuilt function out there in the client files?
I have a button that pushes a value into an observation, but they want a way to clear that observation during a chart review prior to final sign.
OBSNOW("term", "")
What would you do to clear an observation made with a date of service, such as
OBSNOW("PODIATRIST", document.exam_value, document.exam_date) ?
I have tried OBSNOW("PODIATRIST", "") and OBSNOW("PODIATRIST", "", "")
something happens as soon as a the document.exam_date is entered into the mix. I am unable to clear any observations made
Has anyone else dealt with this problem?
if OBSNOW("PODIATRIST", "", document.exam_date) doesn't work, I'm guessing it's a manual process of going into the flowsheet and removing it.
Seems like that may be the thing to do. Unless anyone else has any suggestions?