Print Page as PDF
Recall Reminder Display ICR (5195)

Recall Reminder Display    ICR (5195)

Name Value
NUMBER 5195
IA # 5195
DATE CREATED 2008/05/07
CUSTODIAL PACKAGE SCHEDULING
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE SDRROR
NAME Recall Reminder Display
ORIGINAL NUMBER 5194
GENERAL DESCRIPTION
These changes are required to show Recall Reminder
information on the Cover sheet for all CPRS users. This is a view only NO
input done.

ORWCV.INT VST+22          ;***ADD CHANGES TO CALL COVER^SDRROR VST+23
D COVER^SDRROR DTLVST+14   I $P(APPTINFO,";")="R" D RCDTL^SDRROR

making two calls to SDRROR

SDRR is a new namespace being used to move a Class III application (Clinic
Recall) to a National Class I application called Reminder Recall (SDRR
NAMESPACE).
STATUS Active
KEYWORDS RECALL
DURATION Till Otherwise Agreed
ID SDRROR
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
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)
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE SUBSCRIBING DETAILS
ORDER ENTRY/RESULTS REPORTING
RECALL REMINDER MODULE
VA POINT OF SERVICE (KIOSKS)
VPS is using COVER^SDRROR for VPS 1*15 AVS integration
to display recall reminder appointments to the patient.
HEALTH SUMMARY
Project EPIP is using the COVER^SDERROR while reading
through the ^TMP global created and extract a recall date for future patient
appointments. This is for EPIP project's patch GMTS*2.7*124.
DATE ACTIVATED 2019/10/02