$TXT Created by MCCARTHY,CYNTHIA at DEVCUR.FO-SLC.MED.VA.GOV (KIDS) on Friday, 11/01/02 at 15:59 ============================================================================= Run Date: DEC 17, 2002 Designation: TIU*1*145 Package : TIU - TEXT INTEGRATION UTILITIES Priority: Mandatory Version : 1 SEQ #133 Status: Released Compliance Date: JAN 17, 2003 ============================================================================= Subject: Fix error at SETREC+7 in TIURL undefined variable. Category: - Other Description: ============ This patch prevents the SETREC+7^TIURL:1 MUMPS error that users were occasionally getting in the TIU List Manager Browse menu option. The error occurred due to a LM variable remaining in the users partition. PROBLEM RESOLVED: ================ The VALMY() variable was remaining in the users partition from a previous list manager interaction. The VALMY() variable represents a number. When the user selected the Browse option in TIU LM the existing VALMY() variable would define the note to be browsed. If the number was greater than the number of notes displayed the MUMPS error would occur. The VALMY() variable would have no corresponding note. The message "You may not VIEW this UNKNOWN" displayed, then the MUMPS error occurred. To resolve this problem the KILL statement 'K VALMY' was added to the Entry Action field of the Option file for the TIU entries that call the EN^VALM routine. The revised entries and the entry actions are: Option: TIU REVIEW SCREEN CLINICIAN Entry Action: K VALMY D EN^VALM("TIU REVIEW SCREEN CLINICIAN") Option: TIU REVIEW UNSIGNED Entry Action: K VALMY S TIUQUIK=1 D EN^VALM("TIU REVIEW SCREEN CLINICIAN") Option: TIU REVIEW SCREEN MIS MANAGER Entry Action: K VALMY D EN^VALM("TIU REVIEW SCREEN MGR") Option: TIU REVIEW SCREEN MRT Entry Action: K VALMY D EN^VALM("TIU REVIEW SCREEN MRT") Option: TIU REVIEW SCREEN READ ONLY Entry Action: K VALMY D EN^VALM("TIU REVIEW SCREEN READ ONLY") Option: TIU REVIEW PN CLINICIAN Entry Option: K VALMY D EN^VALM("TIU REVIEW PN CLINICIAN") Option: TIU REVIEW PN UNSIGNED Entry Action: K VALMY S TIUQUIK=1 D EN^VALM("TIU REVIEW SCREEN PN UNSIGNED") Option: TIU REVIEW DS CLINICIAN Entry Action: K VALMY D EN^VALM("TIU REVIEW DS CLINICIAN") Option: TIU REVIEW DS UNSIGNED Entry Action: K VALMY S TIUQUIK=1 D EN^VALM("TIU REVIEW SCREEN DS UNSIGNED") Option: TIU REVIEW FILING EVENTS entry Action: K VALMY D EN^VALM("TIU REVIEW FILING EVENTS") Option: TIU LIST NOTES BY TITLE Entry Action: K VALMY D EN^VALM("TIU REVIEW BY TITLE") Option: TIU SEARCH LIST MGR Entry Action: K VALMY D EN^VALM("TIU SEARCH LIST MGR") Option: TIU SEARCH LIST MRT Entry Action: K VALMY D EN^VALM("TIU SEARCH LIST MRT") Option: TIU SEARCH BY PATIENT/TITLE Entry Action: K VALMY D EN^VALM("TIU REVIEW BY PATIENT & TITLE") NOIS: ==== HUN-0701-21128 PUG-1001-51844 INSTALLATION INSTRUCTIONS: ========================== This patch may be installed with users on the system; however, it should be installed at a non-peak time to minimize disruption to the users. Installation of this patch will take less than 2 minutes. 1. Use the INSTALL/CHECK MESSAGE option on the Packman Menu. 2. From the Kernel Installation and Distribution System (KIDS) Menu, select the Installation menu. 3. From the Installation menu, you may elect to use the following options (when prompted for INSTALL NAME, enter TIU*1.0*145): a. Backup a Transport Global b. Compare Transport Global to Current System c. Verify Checksums in Transport Global 4. Use the Install Package(s) option and select the package TIU*1.0*145. 5. Want KIDS to Rebuild Menu Trees Upon Completion of Install? YES//', Respond NO. 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 YES, and DISABLE the TIU* Options and Protocols. 8. Enter options you wish to mark as 'Out Of Order': TIU* 9. When prompted 'Delay Install (Minutes): (0-60): 0//', respond '0'. Routine Information: ==================== ============================================================================= User Information: Entered By : MCCARTHY,CYNTHIA Date Entered : AUG 30, 2002 Completed By: SCHLEHUBER,PAM Date Completed: DEC 17, 2002 Released By : TASTROM,JOSEPH E Date Released : DEC 17, 2002 ============================================================================= Packman Mail Message: ===================== $END TXT