$TXT Created by CASTLE,JOHN at DAYT17.FO-BAYPINES.MED.VA.GOV (KIDS) on Wednesday, 08/10/05 at 09:32 ============================================================================= Run Date: OCT 24, 2005 Designation: GMRA*4*30 Package : GMRA - ADVERSE REACTION TRACKING Priority: Mandatory Version : 4 SEQ #26 Status: Released Compliance Date: NOV 24, 2005 ============================================================================= Subject: PREVENT DECEASED PATIENTS FROM APPEARING ON REPORT Category: - Routine Description: ============ This patch addresses Remedy ticket HD67463, where deceased patients are appearing on the Patient Not Asked Report [GMRA PRINT-PATIENTS NOT ASKED]. The sites use this report to identify patients who have not had an allergy/adverse reaction assessment. The sites then follow up with the patients on the list to get the allergy information. By preventing deceased patients from appearing on this list, the sites will not be attempting to contact the family of a deceased individual for this assessment. ASSOCIATED REMEDY TICKET(S): =========================== HD67463/MWV-0302-20455 - Deceased patients on report. ASSOCIATED E3R: ============== N/A PATRICIPATING TEST SITES: ======================== Cleveland,OH Martinsburg,WV Puget Sound HCS NOIS/REMEDY OVERVIEW: ==================== HD67463/MWV-0302-20455 Problem: ------- Deceased patients are appearing on the [GMRA PRINT-PATIENTS NOT ASKED] report. Resolution: ----------- As the report is printing, determine whether the patient is deceased. If the patient is deceased, exclude them from the report. TECHNICAL RESOLUTION: ==================== In the routine GMRAPNA, which is the print driver for the [GMRA PRINT- PATIENTS NOT ASKED] report, add a conditional quit which calls the function DECEASED^GMRAFX. If the function returns true, the patient is deceased, and will be excluded from the report. * OLD * ;;4.0;Adverse Reaction Tracking;;Mar 29, 1996 * NEW * ;;4.0;Adverse Reaction Tracking;**30**;Mar 29, 1996 * ADD * ..Q:$$DECEASED^GMRAFX(GMRADFN) ;GMRA*4*30 Prevent deceased patients from appearing on this report. ROUTINE SUMMARY: =============== The following is a list of the routines included in this patch. The second line of each of these routines now looks like this: ;;4.0;Adverse Reaction Tracking;;Mar 29, 1996 ;**[PATCH LIST]**;16 DEC 97 CHECK^XTSUMBLD results Routine Name Before Patch After Patch Patch List ============ ============ =========== ========== GMRAPNA 6591025 7042352 30 CHECK1^XTSUMBLD results Routine Name Before Patch After Patch Patch List ============ ============ =========== ========== GMRAPNA 14267632 15125034 30 INSTALLATION INSTRUCTIONS: ========================= Installation will take less than 1 minute. Suggested time to install: non-peak requirement hours. IF A USER IS ON THE SYSTEM AND USING THESE PROGRAMS AN EDITED ERROR WILL OCCUR. Users should be off the system when these patches are installed. Failure to do so may result in errors or missed allergy entries. 1. Use the INSTALL/CHECK MESSAGE option on the PackMan menu. 2. Review your mapped set. If the routines are mapped, they should be removed from the mapped set at this time. 3. From the Kernel Installation & Distribution System menu, select the Installation menu. 4. From this menu, you may select to use the following options (when prompted for INSTALL NAME, enter GMRA*4.0*30): a. Verify Checksums in Transport Global - This option will allow you to ensure the integrity of the routines that are in the transport global. b. Print Transport Global - This option will allow you to view the components of the KIDS build. c. Compare Transport Global to Current System - This option will allow you to view all changes that will be made when this patch is installed. It compares all components of this patch (routines, DD's, templates, etc.). d. Backup a Transport Global - This option will create a backup message of any routines exported with this patch. It will not backup any other changes such as DD's or templates. 5. Use the Install Package(s) option and select the package GMRA*4.0*30. 6. When prompted "Want KIDS to INHIBIT LOGONs during the install? YES//" respond NO. 7. When prompted "Want to DISABLE Scheduled Options, Menu Options, and Protocols? YES//" respond NO. 8. When prompted "DEVICE: HOME//", respond with desired output device. If queueing is selected, when prompted "Requested Start Time: NOW//", respond with a return or enter. 9. If any routines were unmapped as part of step 2, they should be returned to the mapped set once the installation has run to completion. Routine Information: ==================== Routine Name: GMRAPNA ============================================================================= User Information: Entered By : CASTLE,JOHN Date Entered : JUL 29, 2005 Completed By: ILUSTRISIMO,LUCY Date Completed: OCT 19, 2005 Released By : CAMPBELL,THOMAS Date Released : OCT 24, 2005 ============================================================================= Packman Mail Message: ===================== $END TXT