STATMTCH |
This is used to determine if a Information Panel,
Order Check Rule, or a Branching Logic Evaluation Status matches the Reminder
Definition Evaluation Status. This function returns true following the rules
outline below:
RULESTAT="D" then the Reminder Evaluation Status must either be DUE NOW or
DUE SOON.
RULESTAT="A" then the Reminder Evaluation Status cannot be N/A, NEVER,
CONTRA, or REFUSED
RULESTAT="N" then the Reminder Evaluation Status must be either N/A, NEVER,
CONTRA, or REFUSED.
If not then the function returns false.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
REMSTAT |
Input |
This is the Reminder Definition Evaluation Status.
|
RULESTAT |
Input |
This is the status assigned to the CPRS Information
Panel entry, Reminder Order Check Rule, or the Reminder Dialog Branching Logic
evaluation.
|
|
USAGE |
This function returns the value of the USAGE field
for the pass in entry IEN from the Reminder Definition file, #811.9.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
The IEN of the entry from file 811.9.
|
|
ISACTIVE |
This component checks to see if a reminder entry in
the file is marked active.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FN |
Input |
This is the file number to check the entry against.
|
IEN |
Input |
This is the record number to check if it is mark
inactive.
|
|
INFOLIST |
This API returns an array of Reminder Definitions and
Reminder Terms that can be used in the CPRS Information Panel.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RESULT |
Output |
Array of reminder terms and reminder definition that
can be used in a CPRS Information Panel. The output format is in this format.
ARRAY(TYPE.NAME)=IEN
Where TYPE = RD or RT (RD = Reminder Definition, RT = Reminder Term) NAME = is
the .01 from the file entry IEN = the record number in variable pointer
format:
IEN;PXD(811.9, IEN;PXRMD(811.5,
|
|