$TXT Created by HUA,PATRICK at MNTVBB.FO-ALBANY.MED.VA.GOV (KIDS) on Monday, 03/21/05 at 09:38 ============================================================================= Run Date: JUL 27, 2005 Designation: DG*5.3*630 Package : DG - REGISTRATION Priority: Mandatory Version : 5.3 SEQ #577 Status: Released Compliance Date: AUG 27, 2005 ============================================================================= Associated patches: (v)DG*5.3*451 <<= must be installed BEFORE `DG*5.3*630' Subject: FIX FUTURE DATED LTC TEST LOOKUP Category: - Routine Description: ============ The system will incorrectly report to the user that there is a future means test on file even though it is impossible to have a future dated LTC means test. If there is a non-LTC future means test on file already, the user may see the message 'A future means test already exists on (date)' when trying to add a new LTC Copay Exemption Means test. The module that produces the data behind this message is called throughout the system and will return the data associated with the future non-LTC means test as a future test. The FUT^DGMTU module will be modified to not return the information on a future means test if the means test type that you are querying is a LTC test (means test of type 4). This patch addresses the following New Service Request (NSR): ------------------------------------------------------------- There is no NSR associated with this patch This patch addresses the following NOIS/Remedy ticket(s): --------------------------------------------------------- There are no NOIS/Remedy tickets associated with this patch. Overview of NOIS Message(s): --------------------------- Not applicable Test Sites: ----------- Manchester (Small) Madison, WI (Medium) West LA (Integrated) ================INSTALLATION INSTRUCTIONS ================= This patch can be loaded with users on the system. If installed during the normal workday, it is recommended that the following selection(s) in the OPTION (#19) file, and all of their descendants be disabled to prevent possible conflicts while running the KIDS Install. Other VISTA users will not be affected. Means Test User Menu [DG MEANS TEST USER MENU] Add a New Means Test [DG MEANS TEST ADD] Complete a Required Means Test [DG MEANS TEST COMPLETE] Edit an Existing Means Test [DG MEANS TEST EDIT] Copay Exemption Test User Menu [DG CO-PAY TEST USER MENU] Add a Copay Exemption Test [DG CO-PAY TEST ADD] Edit an Existing Copay Exemption Test [DG CO-PAY TEST EDIT] IVM BACKGROUND JOB [IVM BACKGROUND JOB] Install Time - less than 5 minutes ************** PRE-INSTALLATION INSTRUCTIONS ************** You may wish to stop the HL7 filers prior to the install to prevent possible 'No Source Errors' from occurring. No transmissions will be lost if the filers are not stopped first, they will be picked up once the filers are restarted. *********************************************************** 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 routines included in this patch. The second line of each of these routines now looks like: ;;5.3;Registration;**[patch list]**;Aug 13, 1993 CHECK^XTSUMBLD results Routine name Before Patch After Patch Patch List ============ ============ =========== ========== DGMTU 15100029 15115153 4,33,182,277,290, 374,358,420,426, 411,332,433,456, 519,451,630 Total number of routines - 1 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*630): a. Print Transport Global - This option will allow you to view all components the of this patch (routines, DD's, templates, etc.). b. 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. 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. 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 c. When prompted 'Want to DISABLE Scheduled Options, Menu Options, and Protocols? YES//' answer YES d. When prompted 'Enter options you wish to mark as 'Out Of Order':' Enter the following options: Means Test User Menu [DG MEANS TEST USER MENU] Add a New Means Test [DG MEANS TEST ADD] Complete a Required Means Test [DG MEANS TEST COMPLETE] Edit an Existing Means Test [DG MEANS TEST EDIT] Copay Exemption Test User Menu [DG CO-PAY TEST USER MENU] Add a Copay Exemption Test [DG CO-PAY TEST ADD] Edit an Existing Copay Exemption Test [DG CO-PAY TEST EDIT] IVM BACKGROUND JOB [IVM BACKGROUND JOB] e. When prompted 'Enter protocols you wish to mark as 'Out Of Order':' press . 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: - DGMTU Before: ; Input: ; DFN Patient IEN ; DGDT Date (Optional- default to today) ; DGMTYPT Type of Test (Optional - default to MT) ; Output: ; If a DCD test was performed it will be returned, else the ; current future dated test for the Income Year. ; MT IEN^Date of Test^Status Name^Status Code^Source ; N DGIDT,Y,MTIEN,SRCE,DONE,MTNOD,ARR,LAST,TYPTST S:'$D(DGMTYPT) DGMTYPT=1 S TYPTST=$S(DGMTYPT=2:"AF",1:"AE") After: ;DFN Patient IEN ;DGDT Date (Optional- default to today) ;DGMTYPT Type of Test (Optional - default to MT) ;Return ;If a DCD test was performed it will be returned, else the ;current future dated test for the Income Year. ;MT IEN^Date of Test^Status Name^Status Code^Source ; N DGIDT,Y,MTIEN,SRCE,DONE,MTNOD,ARR,LAST,TYPTST S:'$D(DGMTYPT) DGMTYPT=1 ;no future LTC eg 02/15/2005 I ($G(DGMTYPT)=4) Q "" S TYPTST=$S(DGMTYPT=2:"AF",1:"AE") Routine Checksum: ============================================================================= User Information: Entered By : MULLER,RICHARD Date Entered : OCT 20, 2004 Completed By: HUA,PATRICK Date Completed: JUL 27, 2005 Released By : FITCH,DONNA Date Released : JUL 27, 2005 ============================================================================= Packman Mail Message: ===================== $END TXT