| COVER | 
 | 
| VARIABLES | 
TYPE | 
 
BEG | 
Used | 
END | 
Used | 
DFN | 
Used | 
 
 | 
RCDTL | 
The RCDTL subroutine returns details of the Recall
Reminder. Things such as when a letter will be sent, fasting, and comments. As
an example, CPRS uses this for display purposes.
 
 | 
| VARIABLES | 
TYPE | 
VARIABLES DESCRIPTION | 
 
APPTINFO | 
Input | 
While the APPTINFO variable isn't expressly passed as
a parameter into the call, it is assumed to be defined. RCDTL uses this
variable to access the RECALL REMINDERS file (#403.5).
 
 | 
RPT | 
Output | 
The RPT array is used to returned the recall reminder
details.
RPT(1) = "The patient will be sent a letter prior to this date reminding them
to make an" RPT(2) = "appointment with the listed clinic." RPT(3) = "  "
RPT(4) = If the FASTING/NON-FASTING field (#2.6) has a value, then this entry
will be: "Patient should be "_FASTING/NON-FASTING field (#2.6) contents.
RPT(4) = If the FASTING/NON-FASTING field (#2.6) has no value, then this entry
will be "Comment: "_COMMENT field (#2.5) RPT(5) = If the FASTING/NON-FASTING
field (#2.6) has no value, then this entry will be undefined.  RPT(5) = If the
FASTING/NON-FASTING field (#2.6) has a value, then this entry will be:
"Comment: "_COMMENT field (#2.5)
 
 | 
 
 |