Notifications
Clear all
Topic starter
Hello-
If I am inserting an edit field to record a value and then another edit/date field to reocrd the date of the observation how do I do that without over writing the observation value??
I.e. Ejection Fraction: 50%
Date: 07/01/2015
Both will be recording to the same obs term, I just want to have the date on the flowsheet be 07/01/2015 not the date it is signed.
Posted : July 30, 2015 9:05 am
If I'm on the same page as you I have a piece we utilize to do this:
{fn rec_CXR3(){OBSNOW("CXR", DOCUMENT.CXR, DOCUMENT.DATE9) }}
The rec_CXR3() goes in your button. DOCUMENT.CXR and DOCUMENT.DATE9 are the edit fields.
Here's the form it's utilized in along with many other obs: IM HM
Posted : July 30, 2015 9:41 am