VA-REMINDER DEFINITION (35)    REMINDER COMPUTED FINDINGS (811.4)

Name Value
NAME VA-REMINDER DEFINITION
ROUTINE PXRMCDEF
ENTRY POINT RDEF
PRINT NAME VA-Reminder Definition
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
CLASS NATIONAL
EDIT HISTORY
  • EDIT DATE:   2012-04-06 10:12:12
    EDIT BY:   File: 200, IEN: 123456789069
    EDIT COMMENTS:   
    Exchange Install
    
  • EDIT DATE:   2022-10-05 14:55:07
    EDIT BY:   USER,EIGHTYNINE
    EDIT COMMENTS:   
    Updated by PXRM*2.0*65 installation
    
TYPE SINGLE
CF PARAMETER REQUIRED YES