Notifications
Clear all
Topic starter
I have a date field that should set the tone for what date to commit the clinical list changes under on the flow sheet.
Example: In the date field, the user enters 1/1/2001. When the document is signed, on the flowsheet under 1/1/2001, all of the clinical list changes should file under that date.
I know for each ObsTerm the formula is OBSNOW("OBSTERMNAME"),"VALUE","DATE" but where exactly do I enter that? And/or am I using the correct syntax?
Posted : June 4, 2015 9:24 am
OBSNOW("OBSNAME","VALUE",DOCUMENT.DATEFIELD) would work as long as you have it for each obs your updating.
Posted : June 4, 2015 10:58 am