$TXT Created by GUSTIN,ERIC at MNTVLL.FO-ALBANY.MED.VA.GOV (KIDS) on Wednesday, 06/18/03 at 13:08 ============================================================================= Run Date: JUN 18, 2003 Designation: EAS*1*35 Package : EAS - ENROLLMENT APPLICATION Priority: Mandatory Version : 1 SEQ #26 Status: Released Compliance Date: JUL 19, 2003 ============================================================================= Associated patches: (v)EAS*1*33 <<= must be installed BEFORE `EAS*1*35' Subject: Correctly Display MT Status on Bulletins Category: - Routine Description: ============ When a IVM Closed/Converted case is received from the Enrollment Database (EDB) the Means Test Status on the IVM - MEANS TEST UPLOAD bulletin received at the site is not being updated properly. Functional Description =============== The IVM - MEANS TEST UPLOAD bulletin sent to the site indicating that the MT status has changed has been corrected to display the proper status (MT COPAY REQUIRED or GMT COPAY REQUIRED ) on the message. Examples follow: Subj: IVM - MEANS TEST UPLOAD for VETERAN (XXXX) [#4357] From: IVM PACKAGE In 'IN' basket. Page 1 -------------------------------------------------------------------------- An Income Verification Match verified Means Test has been uploaded for the following patient: NAME: VETERAN, JOE ID: XXX-XX-XXXX DATE OF TEST: APR 18,2002 PREV CATEGORY: MT COPAY EXEMPT NEW CATEGORY: MT COPAY REQUIRED Subj: IVM - MEANS TEST UPLOAD for VETERAN (XXXX) From: IVM PACKAGE In 'IN' basket. Page 1 -------------------------------------------------------------------------- An Income Verification Match verified Means Test has been uploaded for the following patient: NAME: VETERAN, SALLY ID: XXX-XX-XXXX DATE OF TEST: SEP 17,2002 PREV CATEGORY: MT COPAY EXEMPT NEW CATEGORY: GMT COPAY REQUIRED Associated NOIS: ======================= MAD-0503-40296 Associated E3R: ======================= N/A Test Sites: ======================= Madison DATA DICTIONARY CHANGES ======================= N/A TECHNICAL DESCRIPTION ===================== EASPREC7 and EASUM1 has been modified to place the appropriate MT status on the bulletin. Both the 'Previous' and 'New' categories will display the category text. ROUTINE SUMMARY =============== The following is a list of the routine(s) included in this patch. The second line of each of these routine(s) will look like: ;;1.0;ENROLLMENT APPLICATION SYSTEM;**[patch list]**;Mar 15, 2001 CHECK^XTSUMBLD results Routine Before Patch After Patch Patch List ------- ------------ ----------- ---------- EASPREC7 14333988 15204346 23,30,35 EASUM1 6433303 6486353 23,30,35 Total Number of Routines - 2 INSTALLATION INSTRUCTIONS This patch can be installed with users on the system. Install Time - less than 1 minute 1. Use the INSTALL/CHECK MESSAGE option on the PackMan menu. [Note: TEXT PRINT/DISPLAY option in the PackMan menu will display the patch text only]. 2. Review your mapped set. If any of the routines listed in the ROUTINE SUMMARY section are mapped, they should be removed from the mapped set at this time. 3. From the Kernel Installation and Distribution System (KIDS) menu, select the Installation menu. 4. From this menu, you may elect to use the following options: (when prompted for INSTALL NAME, enter EAS*1.0*35) a. Backup a Transport Global - this option will create a backup message of any routines exported with the patch. It will NOT backup any other changes such as DDs or templates. b. Compare Transport Global to Current System - this option will allow you to view all changes that will be made when the patch is installed. It compares all components of the patch (routines, DDs, templates, etc.). c. Verify Checksums in Transport Global - this option will allow you to ensure the integrity of the routines that are in the transport global. d. Print Transport Global - this option will allow you to view the components of the KIDS build. 5. Use the Install Package(s) option and select the package EAS*1.0*35 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. If 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: - EASUM1 Add logic to lookup value from MEANS TEST STATUS (#408.32). ADD+20 Before: I '$D(DGCAT) S DGCAT="C" After: S DGCAT=$P($G(^DG(408.32,IVM3,0)),"^",1) Routine Checksum: Routine Name: - EASPREC7 Added after PROCESS+37: . . . S DGCAT=$P($G(^DG(408.32,IVM3,0)),"^",1),IVM5="" . . . D MTBULL,MAIL^IVMUFNC() ;Send Bulletin Added after PROCESS+49: . . S DGCAT=$P($G(^DG(408.32,IVM3,0)),"^",1),IVM5="" . . D MTBULL,MAIL^IVMUFNC() ;Send Bulletin Added line label MTBULL to produce bulletin Routine Checksum: ============================================================================= User Information: Entered By : GUSTIN,ERIC Date Entered : MAY 28, 2003 Completed By: MULLER,RICHARD Date Completed: JUN 18, 2003 Released By : GROOMS,ANTHONY E Date Released : JUN 18, 2003 ============================================================================= Packman Mail Message: ===================== $END TXT