$TXT Created by FERRARESE,MARY ANNE at MNTVLL.FO-ALBANY.MED.VA.GOV (KIDS) on Thursday, 05/01/08 at 07:29 ============================================================================= Run Date: JUL 16, 2008 Designation: DG*5.3*783 Package : DG - REGISTRATION Priority: Mandatory Version : 5.3 SEQ #692 Status: Released Compliance Date: AUG 16, 2008 ============================================================================= Associated patches: (v)DG*5.3*630 <<= must be installed BEFORE `DG*5.3*783' Subject: CHANGE DEFAULT PROMPT TO ENTER MT DATA ON PRE-REGISTRATION TO NO Category: - Routine Description: ============ This patch fixes the default for a Means Test prompt in the Pre-registration menu. Many sites have requested to change the default for the prompt "Do you wish to proceed with the means test at this time?" from "YES" to "NO" in the Pre Registration option of the Select Preregistration Menu Option. Currently, the default is set to YES, but most of the users do not have the access or knowledge to complete the means test. As a result they are likely to answer "NO" to agree to pay and veterans are mistakenly being dis-enrolled. Consequently the erroneous information must be manually corrected. This patch addresses the following New Service Request (NSR): ------------------------------------------------------------- There is no NSR associated with this patch. This patch addresses the following Remedy Ticket(s): ---------------------------------------------------- HD0000000206404 - Change default to NO on "Do you want to complete MT?" Overview of Remedy Ticket(s): ----------------------------- HD0000000206404 - Change default to NO on "Do you want to complete MT?" Problem: ======== When using the pre-registration options there is a prompt that asks the user "Do you wish to proceed with the means test at this time?". The default is currently set to YES. With the default set to YES, most of the users do not have the access or knowledge to complete the test. As a result they are likely to answering NO to agree to pay and veterans are mistakenly being dis-enrolled. Resolution: ============ The default for this prompt has been changed so that the code will recognize when the call is being made from Pre-registration Options. A check for the existence of a flag set by the pre-registration package will set the default to NO when displaying the prompt. Test Sites: ----------- TUSCALOOSA PITTSBURGH WILKES BARRE ================INSTALLATION INSTRUCTIONS ================= It is recommended that this patch be installed after normal working hours as the routine DGMTU is included in this patch and is used extensively in supported APIs throughout VistA. It is recommended that the following selections in the OPTION (#19) file be disabled to minimize the chance of possible conflicts while running the KIDS Install: [DGPRE DISPLAY CALL LIST] Display Preregistration Call List [DGPRE PRE-REGISTER OPTION] Preregister a patient After the patch is installed, it is recommended you check the error trap to be sure no "NOSOURCE" errors have been logged for routine DGMTU for any routine background jobs that might have been running during the install. These jobs may need to be restarted. Install Time - less than 5 minutes 1. LOAD TRANSPORT GLOBAL --------------------- Choose the PackMan message containing this patch and invoke the INSTALL/CHECK MESSAGE PackMan option. 2. 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 3. Select Installation Option: --------------------------- NOTE: The following are OPTIONAL - (When prompted for the INSTALL NAME, enter DG*5.3*783): 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. 4.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: Display Preregistration Call List [DGPRE DISPLAY CALL LIST] Preregister a patient [DGPRE PRE-REGISTER OPTION] e. When prompted 'Enter protocols you wish to mark as 'Out Of Order':' press . Routine Information: -------------------- Routine Information: ==================== The second line of each of these routines now looks like: ;;5.3;Registration;**[Patch List]**;Aug 13, 1993;Build 2 The checksums below are new checksums, and can be checked with CHECK1^XTSUMBLD. Routine Name: DGMTU Before: B54646778 After: B54863290 **4,33,182,277,290,374,358,420, 426,411,332,433,456,476,519, 451,630,783** Description of Changes: OLD CODE: DGMTU+83 S DIR("B")=$S(DGMTS=1:"YES",1:"NO"),DIR(0)="Y" NEW CODE: DGMTU+83 S DIR("B")=$S(DGMTS&($D(DGPRFLG)):"NO",DGMTS=1:"YES",1:"NO"), DIR(0) ="Y" Routine list of preceding patches: 630 ============================================================================= User Information: Entered By : KOPP,TERRY M Date Entered : APR 16, 2008 Completed By: GREMM,KRISTINA Date Completed: JUL 16, 2008 Released By : GROOMS,ANTHONY E Date Released : JUL 16, 2008 ============================================================================= Packman Mail Message: ===================== $END TXT