DESCRIPTION |
This computed finding will evaluate the reminder definition that is
overridden by appending "^DATE=DUE DATE" or "^DATE=LAST DONE" to the
reminder name. If a last done date cannot be determined then the date
of the finding will be the evaluation date.
Examples:
123
123^DATE=LAST DONE
VA-IHD LIPID PROFILE
VA-IHD LIPID PROFILE^DATE=LAST DONE
VA-IHD LIPID PROFILE^DATE=DUE DATE
specified in the COMPUTED FINDING PARAMETER field. This can be the
The VALUE array, which can be used in a Condition, will contain the
evaluation status, due date, and last done date. The date values
are in VA FileMan format. The variable V is the reminder evaluation
status. Possible values for the reminder evaluation status are:
CNBD
CONTRA
DONE
DUE NOW
DUE SOON
internal entry number of the reminder definition or the name that is
ERROR
N/A
NEVER
REFUSED
RESOLVED
Example of the Value array:
VALUE("STATUS")="DUE NOW"
VALUE("DUEDATE")=3051010.1220
VALUE("LASTDONE")=3051010.1220
used is the NAME field (.01) of the reminder definition, not the PRINT
Condition examples:
I V="DUE NOW"
I V("STATUS")="DUE NOW"
I V("DUEDATE")>3051010.1220
I V("LASTDONE")=3051010.1220
***WARNING*** This computed finding can be used to evaluate a reminder
inside of a reminder evaluation - do not have this computed finding
evaluate the same reminder as the one being evaluated.
NAME, additionally the definition must be active. The computed finding
will be false if the reminder evaluation status is CNBD or ERROR, in all
other cases it will be true.
The default date of the finding is the evaluation date; this can be
|