$TXT Created by NAPOLIELLO,GREG at MNTVLL.FO-ALBANY.MED.VA.GOV (KIDS) on Friday, 08/01/03 at 09:00 ============================================================================= Run Date: SEP 08, 2003 Designation: DG*5.3*540 Package : DG - REGISTRATION Priority: Mandatory Version : 5.3 SEQ #467 Status: Released Compliance Date: OCT 09, 2003 ============================================================================= Associated patches: (v)DG*5.3*456 <<= must be installed BEFORE `DG*5.3*540' (v)DG*5.3*463 <<= must be installed BEFORE `DG*5.3*540' Subject: Fix Converted IVM Case Display Issue Category: - Routine Description: ============ This patch will correct a couple of problems with displaying a converted IVM Means Test as a result of a Z06 transmission from the HEC. This patch addresses the following E3R(s): ------------------------------------------ There are no E3Rs associated with this patch. This patch addresses the following NOIS message(s): --------------------------------------------------- IVM-0703-30833 - VISTA MT SCREENS 2-4 Overview of NOIS Message(s): ---------------------------- IVM-0703-30833 - VISTA MT SCREENS 2-4 Problem: -------- 1. Viewing a Past Means Test shows no income amounts on the first screen, but does on subsequent screens 2-4. The Individual Annual Income, Deductible Expenses, and Net Worth amounts of the veteran from the previous calendar year are displaying on screens 2-4 as if they belong to the current IVM Converted Test. 2. The message that displays at the bottom of Screen 4, (PREVIOUS CALENDAR YEAR NET WORTH, SCREEN <4>), normally shows the Total Income just entered, while edting a test, and the new status calculated for the Means Test. In View mode, this amount and status do not change, but this message is currently showing $0 Income and Indicating a Means Test Status of MT COPAY EXEMPT for the converted IVM Means Tests. It should be Null Income (not reported) and the Status should be MT COPAY REQUIRED. Resolution: ----------- 1. The Income,Deductible Expenses, and Net Worth amounts for the prior year will not be displayed for IVM Converted Cases on screens 2-4. 2. The message at the bottom of screen 4 will not be displayed when Viewing a Past Means Test, since the proper Income and status already appear upon first viewing the Patient's Means test. ================INSTALLATION INSTRUCTIONS ================= This patch can be installed with users on the system. Installation will take less than 2 minutes. Install Time - less than 2 minutes. 1. LOAD TRANSPORT GLOBAL --------------------- Choose the PackMan message containing this patch and invoke the INSTALL/CHECK MESSAGE PackMan option. 2. DISABLE ROUTINE MAPPING (DSM for Open VMS sites only) ----------------------- Disable routine mapping on all systems for the routines listed in step 3 below. NOTE: If the routines included in this patch are not currently in your mapped routine set, please skip this step. 3. COMPONENTS SENT WITH PATCH ------------------------ 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: ;;5.3;Registration;**[patch list]**;Aug 13, 1993 CHECK^XTSUMBLD results Routine name Before Patch After Patch Patch List ============ ============ =========== ========== DGMTSC 5045161 5138233 182,327,372,433,463 540 DGMTSC4 7641973 7744594 45,130,456,540 Total number of routines: 2 Total number of routines modified: 2 4. START UP KIDS ------------- Start up the Kernel Installation and Distribution System Menu [XPD MAIN]: Edits and Distribution ... Utilities ... Installation ... Select Kernel Installation & Distribution System Option: INStallation --- Load a Distribution Print Transport Global Compare Transport Global to Current System Verify Checksums in Transport Global Install Package(s) Restart Install of Package(s) Unload a Distribution Backup a Transport Global Select Installation Option: 5. Select Installation Option: -------------------------- NOTE: The following are OPTIONAL - (When prompted for the INSTALL NAME, enter DG*5.3*540): a. 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. b. 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.). c. Verify Checksums in Transport Global - This option will allow you to ensure the integrity of the routines that are in the transport global. 6. Select Installation Option: Install Package(s) ---------------- **This is the step to start the installation of this KIDS patch: a. Choose the Install Package(s) option to start the patch install. b. When prompted 'Want KIDS to INHIBIT LOGONs during the install? YES//' answer NO (unless otherwise indicated) c. When prompted 'Want to DISABLE Scheduled Options, Menu Options, and Protocols? YES//' answer NO (unless otherwise indicated) 7. REBUILD MAPPED ROUTINE(S) (DSM for Open VMS sites only) ------------------------- Optional - Include the routines distributed with this patch in the mapped routine set. NOTE: This step is only necessary if you performed step 2 or if you wish to include the routines in your mapped set. Routine Information: ==================== Routine Name: - DGMTSC This routine has been modified to prevent from linking to old Individual Annual Income tests to the new IVM converted tests. Original routine code: ====================== *** 1 *** EN ;Entry point for means test screen driver *** 2 *** S DGMTSCI=+$O(DGMTSC(0)) G @($$ROU^DGMTSCU(DGMTSCI)) ; Modified routine code: ====================== *** 1 *** ;DG*5.3*540 - set 408.21 (Idiv. Ann. Income) ien to 0 to prevent from ; linking to old test incomes for IVM converted cases. ; EN ;Entry point for means test screen driver *** 2 *** S DGMTSCI=+$O(DGMTSC(0)) I DGMTI,$$GET1^DIQ(408.31,DGMTI,.23)["IVM" S DGVINI=0 ;DG*5.3*540 G @($$ROU^DGMTSCU(DGMTSCI)) ; Routine Checksum: Routine Name: - DGMTSC4 This routine has been modified to Skip displaying of calculated Means Test Income and Status at the bottom of screen 4 when in VIEW mode. Original routine code: ====================== *** 1 *** EN ;Entry point for previous calendar year net worth screen *** 2 *** W !!!!!!!! I DGMTYPT=1 W "Income of ",$J($$AMT^DGMTSCU1(DGINT-DG DET),12 Modified routine code: ====================== *** 1 *** ;DG*5.3*540 - Skip displaying of calculated Means Test Status at the ; bottom of screen 4 when in VIEW mode. ; EN ;Entry point for previous calendar year net worth screen *** 2 *** G DISQ:DGMTACT="VEW" ;DG*5.3*540 W !!!!!!!! I DGMTYPT=1 W "Income of ",$J($$AMT^DGMTSCU1(DGINT-DG DET),12 Routine Checksum: ============================================================================= User Information: Entered By : NAPOLIELLO,GREG Date Entered : JUL 15, 2003 Completed By: LANDRY,DANNA Date Completed: SEP 05, 2003 Released By : KOVACH,STUART Date Released : SEP 08, 2003 ============================================================================= Packman Mail Message: ===================== $END TXT