============================================================================= Run Date: MAY 09, 2025 Designation: MAG*3*370 Package : MAG - IMAGING Priority: Mandatory Version : 3 SEQ #265 Status: Released Compliance Date: JUN 09, 2025 ============================================================================= Associated patches: (v)MAG*3*278 <<= must be installed BEFORE `MAG*3*370' (v)MAG*3*335 <<= must be installed BEFORE `MAG*3*370' (v)MAG*3*352 <<= must be installed BEFORE `MAG*3*370' Subject: VISTA IMAGING TELEREADER AND TELEREADER CONFIGURATOR FIXES Category: - Routine - Data Dictionary Description: ============ Patch MAG*3.0*370 provides fixes to VistA Imaging TeleReader timeout and TeleReader Configurator Modality Worklist issues. Defects: -------- 1. VISTAIS-3014/INC32751981 - CLINICAL SPECIALTY DICOM & HL7 file (#2006.5831) has some entries with corrupted PROCEDURE INDEX set to 0. Location Reporting Incident: Togus VA Medical Center, Maine (Augusta) 2. VISTAIS-3015/INC32565571 - The TeleReader Configurator Modality Worklist tab is showing blank if the entry was created using the Edit Clinical Specialty DICOM & HL7 file (ECS Menu) in VistA. Location Reporting Incident: Fayetteville VA Medical Center, Arkansas Adaptive Maintenance: ===================== 1. VISTAIS-3347/INC34881534 - Update the VistA Imaging TeleReader and TeleReader Configurator manuals with keys and menus. 2. VISTAIS-3314 - In VistA Imaging TeleReader, the default Timeout minutes value will be set to 6 if the TELEREADER TIMEOUT (MINUTES) value in VistA is null. 3. VISTAIS-3315 - VistA Imaging TeleReader - Fix jumbled text on the time countdown dialog. 4. VISTAIS-3362 - VistA Imaging TeleReader - Add RPC broker version to the about box. 5. VISTAIS-3547 - VistA Imaging TeleReader - Fix Windows 11 issues. 6. VISTAIS-3363 - TeleReader Configurator - Add RPC broker version to the about box. 7. VISTAIS-3548 - TeleReader Configurator - Fix Windows 11 issues. Patch Components: ---------------- Files & Fields Associated: File Name (Number) Field Name (Number) New/Modified/Deleted ------------------ ------------------- -------------------- IMAGING SITE PARAMETERS(2006.1) TELEREADER TIMEOUT Modified (MINUTES)(131) Forms Associated: Form Name File Number New/Modified/Deleted --------- ----------- -------------------- N/A Mail Groups Associated: Mail Group Name New/Modified/Deleted --------------- -------------------- N/A Options Associated: Option Name Type New/Modified/Deleted ----------- ---- -------------------- N/A Protocols Associated: Protocol Name New/Modified/Deleted ------------- -------------------- N/A Security Keys Associated: Security Key Name ----------------- N/A Templates Associated: Template Name Type File Name (Number) New/Modified/Deleted ------------- ---- ------------------ -------------------- N/A Remote Procedures Associated: Remote Procedure Name New/Modified/Deleted --------------------- -------------------- N/A Parameter Definitions Associated: Parameter Name New/Modified/Deleted -------------- -------------------- N/A Additional Information: ----------------------- N/A Blood Bank Team Coordination: N/A New Service Requests (NSRs): N/A Patient Safety Issues (PSIs): N/A Defect Tracking System Ticket(s) & Overview: -------------------------------------------- 1. VISTAIS-3014/INC32751981 - Clinical Specialties file have some entries with corrupted procedure index set to 0. Location Reporting Incident: Togus VA Medical Center, Maine (Augusta) Problem: -------- In TeleReader Configurator, the Modality Worklist is blank if there is a 0 in the procedure index field. This is due to a code defect in VistA routine LOOKUP^MAGDHOWE. Resolution: ----------- A cleanup routine will run during the post-install of MAG*3.0*370 to find any entries in file 2006.5831 (CLINICAL SPECIALTY DICOM & HL7) where field 4 (PROCEDURE INDEX) = 0 and change that 0 value to null. 2. VISTAIS-3015/INC32565571 - The TeleReader Configurator Modality Worklist tab is showing blank if the entry was created using the Edit Clinical Specialty DICOM & HL7 file (ECS Menu) in VistA. Location Reporting Incident: Fayetteville VA Medical Center, Arkansas Problem: -------- In the VistA ECS menu, when adding new consult types, a 0 is added to the procedure index field when that field is intentionally left blank. This is due to a code defect in VistA routine LOOKUP^MAGDHOWE. Resolution: ----------- Modified VistA routine LOOKUP^MAGDHOWE so that if the value is null, the function will set ITEM = null and then return a 0 (indicating no data was entered), rather than a 1 which indicates a value was entered and should be added to that field. Adaptive Maintenance(s)- ======================== 1. VISTAIS-3347/INC34881534 - Update the Vista Imaging TeleReader and TeleReader Configurator manuals with keys and menus. Problem: -------- In the VistA Documentation Library (VDL) any references to VistA Imaging TeleReader security keys and menus in the VistA Imaging manuals are not very clear. The VistA Imaging Security guide should have the VistA Imaging TeleReader, TeleReader Configuration and TeleReader Configurator required menus and Keys defined. Resolution: ----------- For this patch, we have updated the following manuals in the VDL with TeleReader menu and security key information: VistA Imaging System TeleReader Configuration (FileMan) and VistA Imaging System Security Guide. 2. VISTAIS-3314 - In VistA Imaging TeleReader, the default Timeout minutes value will be set to 6 if the TELEREADER TIMEOUT (MINUTES) value in VistA is null. Problem: -------- In VistA Imaging TeleReader, if the TELEREADER TIMEOUT (MINUTES) value in VistA is null and the Windows Timeout is set by the user in MAG.INI to 0, the application never times out. The timeout should default to 6 minutes to be consistent with VistA Imaging Display and VistA Imaging Capture. Resolution: ----------- The VistA MUMPS MAGGTU6 was changed such that if called from VistA Imaging TeleReader when the Windows Timeout is set by the user in MAG.INI to 0 and the IMAGING SITE PARAMETER (file #2006.1), TELEREADER TIMEOUT (MINUTES) (field #131) value is "" or Null, the routine shall return a value of "6" minutes. VistA Imaging TeleReader uses this value as the default timeout value. 3. VISTIS-3315 - VI TeleReader fix jumbled text on the Timer countdown dialog. Problem: -------- In VistA Imaging TeleReader, when the application timeout window is first shown, the text appears jumbled. This is because this dialog code is shared between three applications (VistA Imaging Capture, VistA Imaging Display, and Vista Imaging TeleReader). However, for Vista Imaging TeleReader the captions are lying on top of each other and appear jumbled due to improper initialization. Resolution: ----------- Added code to initialize the captions properly based on the current application and to set the caption visibility accordingly. As a result, the dialog and all the text for the timer dialog is shown clearly. 4. VISTAIS-3362 - VI TeleReader add RPC broker version to About box. Problem: -------- In VistA Imaging TeleReader, the Help/About box does not show which version of the RPC broker is running. The RPC version appears in other Vista Imaging products and aids in debugging. Resolution: ----------- Added the RPC broker version to the VistA Imaging TeleReader application about box. This is similar to changes in other VI products such as VI Display and VI Capture. It can assist users when upgrading and can help developers with debugging. 5. VISTAIS-3547 - VI TeleReader Fix Windows 11 issues. Problem: -------- When running VistA Imaging TeleReader in either Windows 10 or Windows 11, the about box is showing Windows 10 as the product version number. The reason for this is that the fix for Windows 11 was put into Delphi 11 by Embarcadero but VA is still on Delphi 10.4 (which came out before Windows 11). Resolution: ----------- Introduced a routine to VI TeleReader that utilizes the default behavior for Windows 11 if compiled with Delphi 11, and it will make the correction for Windows 11 if compiled with Delphi 10.4. 6. VISTAIS-3363 - TeleReader Configurator add RPC broker version to About box. Problem: -------- In TeleReader Configurator, the About box does not show which version of the RPC broker is running. RPC version appears in other Vista Imaging products and aids in debugging. Resolution: ----------- Added the RPC broker version to the TeleReader Configurator application about box. This is similar to changes in other Vista Imaging products such as VI Display and VI Capture. It assists users when upgrading and can help developers with debugging. 7. VISTAIS-3548 - TeleReader Configurator Fix Windows 11 issues Problem: -------- When running TeleReader Configurator in either Windows 10 or Windows 11, the about box is showing Windows 10 as the product version number. The reason for this is that the fix for Windows 11 was put into Delphi 11 by Embarcadero but we are still on Delphi 10.4 (which came out before Windows 11). Resolution: ----------- Introduced a routine to TeleReader Configurator that utilizes the default behavior for Windows 11 if compiled with Delphi 11, and it will make the correction for Windows 11 if compiled with Delphi 10.4. Also, a similar routine was written that fixes the VistA Imaging TeleReader logging for Windows 11. Test Sites - SNOW Change Order #: ----------- Bronx VA Medical Center, Bronx, NY - CHG0596911 Lebanon VA Medical Center, Lebanon, PA - CHG0597788 Software and Documentation Retrieval Instructions: -------------------------------------------------- The software for this patch is being released using a host file. The host file is available at the following location: /srv/vista/patches/SOFTWARE/MAG3_0P370.KID Other Software Files: This release also includes other software files. These files can be obtained by accessing the URL: https://download.vista.domain.ext/index.html/SOFTWARE File Title File Name Format -------------------------------------------------------------------------- Kernel Installation and MAG3_0P370.KID ASCII Distribution System (KIDS) Build for MAG*3.0*370 VistA Imaging TeleReader MAG3_0P370_TELEREADER Binary _INSTALL.MSI Client installation file VistA MAG3_0P370_TELEREADER Binary Imaging TeleReader _SETUP.EXE TeleReader Configurator MAG3_0P370_TELEREADERCONFIGURATOR_ INSTALL.MSI Binary Client installation file MAG3_0P370_TELEREADERCONFIGURATOR_ TeleReader Configurator SETUP.EXE Binary Documentation describing the new functionality is included in this release. Documentation can be found on the VA Software Documentation Library at: VA Software Document Library Documentation Title File Name -------------------------------------------------------------------------- Patch Description for MAG*3.0*370 MAG3_0P370_PATCH_DESCRIPTION.PDF Deployment, Installation, Back-Out, MAG3_0P370_DIBRG.PDF and Rollback Guide VistA Imaging System TeleReader MAG_Telereader_Configurator_ Configurator User Guide User_Guide.PDF VistA Imaging System TeleReader MAG_Telereader_ Configuration (FileMan) Configuration.PDF VistA Imaging System Security Guide IMGsecgd.PDF VistA Imaging System Technical Manual IMGtechman_f.PDF Patch Installation: ------------------- Pre/Post Installation Overview: Supported Client Versions: When MAG*3.0*370 is released, the list of supported versions of VistA Imaging TeleReader will change: Client Versions Supported: 3.0.370 3.0.352 3.0.320 3.0.292 Client Versions No Longer Supported: 3.0.281 3.0.242 Pre-Installation Instructions: MAG*3.0*370 must be installed on the VistA System on which the VistA Imaging TeleReader and TeleReader Configurator Applications will be used. This patch must be installed by the compliance date. This patch may be installed with users on the system although it is recommended that it be installed during non-peak hours to minimize potential disruption to users. This patch should take less than 5 minutes to install. Verify that the previous patch in the Supported Client Versions section has been installed. Note: All released VistA Imaging TeleReader and TeleReader Configurator patches must be installed on the VistA system before installing MAG*3.0*370. Routine MAGIP370 is an installation routine that is automatically deleted after the KIDS installation. Installation Instructions: 1. Use the Load a Distribution option contained on the Kernel Installation and Distribution System Menu to load the Host file. When prompted to "Enter a Host File:" enter /srv/vista/patches/SOFTWARE/MAG3_0P370.KID 2. From the Kernel Installation and Distribution System Menu, select the Installation Menu. From this menu, A. Select the Verify Checksums in Transport Global option to confirm the integrity of the routines that are in the transport global. When prompted for the INSTALL NAME enter the patch or build name (MAG*3.0*370). NOTE: Using will not bring up a Multi-Package build even if it was loaded immediately before this step. It will only bring up the last patch in the build. B. Select the Backup a Transport Global option to create a backup message. You must use this option and specify what to backup; the entire Build or just Routines. The backup message can be used to restore the routines and components of the build to the pre-patch condition. i. At the Installation option menu, select Backup a Transport Global ii. At the Select INSTALL NAME prompt, enter your build (MAG*3.0*370). iii. When prompted for the following, enter "R" for Routines or "B" for Build. Select one of the following: B Build R Routines Enter response: Build iv. When prompted "Do you wish to secure this message? NO//", press and take the default response of "NO". v. When prompted with, "Send mail to: Last name, First Name", press to take default recipient. Add any additional recipients. vi. When prompted with "Select basket to send to: IN//", press and take the default IN mailbox or select a different mailbox. C. You may also elect to use the following options: i. Print Transport Global - This option will allow you to view the components of the KIDS build. ii. 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 of the components of this patch, such as routines, DDs, templates, etc. D. Select the Install Package(s) option and choose the patch to install. i. If prompted 'Want KIDS to Rebuild Menu Trees Upon Completion of Install? NO//', answer NO. ii. When prompted 'Want KIDS to INHIBIT LOGONs during the install? NO//', answer NO. iii. When prompted 'Want to DISABLE Scheduled Options, Menu Options, and Protocols? NO//', answer NO. iv. When prompted 'Delay Install (Minutes): (0 - 60): 0//', answer 0. v. Enter the Device you want to print the Install messages. You can queue the install by enter a 'Q' at the device prompt. Enter a '^' to abort the install. DEVICE: HOME// Linux Telnet /SSh MAG*3.0*370 ------------------------------------------------------------------------- Install Started for MAG*3.0*370 : 4/3/25@16:04:15 Build Distribution Date: Apr 03, 2025 Installing Routines: Apr 03, 2025@16:40:42 Running Post-Install Routine: POS^MAGIP370 Post Install Mail Message: Apr 03, 2025@16:40:42 Updating Routine file... Updating KIDS files... MAG*3.0*370 Installed. Apr 03, 2025@16:40:42 ------------------------------------------------------------------------- +------------------------------------------------------------+ 100% | 25 50 75 | Complete +------------------------------------------------------------+ Install Completed Client Installation Instructions For installing or updating VistA Imaging TeleReader, refer to the VistA Imaging TeleReader Installation Guide (VA Software Document Library) - Post-Installation Instructions: N/A Back-Out/Roll Back Plan: ------------------------ For information about back-out steps, see document: MAG3_0P370_DIBRG.PDF. Uninstalling the Application: ----------------------------- If it is necessary to uninstall the MAG*3.0*370 client, use the Uninstall option from Programs and Features within Windows Control Panel to Uninstall: VistA Imaging TeleReader and TeleReader Configurator. Then install the previous version of TeleReader Configurator which was included in MAG*3.0*352 and the previous version of VistA Imaging TeleReader which was included in MAG*3.0*320. KIDS Uninstall: ---------------- If it is necessary to uninstall the MAG*3.0*370 VistA KIDS, the patch backup must be installed. The Kernel Installation & Distribution System menu option, Backup a Transport Global should have been used to create a patch backup of the build prior to installing the patch. (see Installation Steps section, step 2b). Administrators will need to check MailMan for the backup message sent by the Backup a Transport Global function executed prior to the patch install. The patch backup must first be loaded from the MailMan backup message, by performing the message action Xtract KIDS, followed by the PackMan function INSTALL/CHECK MESSAGE. The patch may then be installed using the Install Package(s) option in the KIDS Installation menu. 1. Navigate to the Mailman inbox containing the patch backup message. a. Select the MAG*3.0*370 backup message as shown below: * Backup of MAG*3.0*370 install on b. At the "Enter message action:" prompt, select the Xtract PackMan option. c. At the "Select PackMan function:" prompt, select the Install/Check Message option. d. Enter Yes at the prompt "OK to continue with Load?" 2. Navigate to the Kernel Installation and Distribution System Menu and select the Installation Menu. From this menu: a. Select the Install Package(s) option and choose the patch to install. i. If prompted 'Want KIDS to Rebuild Menu Trees Upon Completion of Install? NO//', answer NO. ii. When prompted 'Want KIDS to INHIBIT LOGONs during the install? NO//', answer NO. iii. When prompted 'Want to DISABLE Scheduled Options, Menu Options, and Protocols? NO//', answer NO. iv. When prompted 'Delay Install (Minutes): (0 - 60): 0//', answer 0. Example, Loading Patch Backup (Build) -------------------------------------------- IN Basket Search *=New/!=Priority.........Subject...............Lines.From.....Read/Rcvd 13093. [313643] 09/06/24 Backup of MAG*3.0*370 3099 Search finished. Enter message number or command: 13093 Subj: Backup of MAG*3.0*370 on Apr 03, 2025 [#313643] 09/06/24@12:43 3099 lines From: MANAGER,SYSTEMS In 'IN' basket. Page 1 ------------------------------------------------------------------------- $TXT Created by PROGRAMMER,MAG at DOSO.DOMAIN.EXT (KIDS) on Tuesday, 04/03/25 at 12:42 Warning: Installing this backup patch message will install older versions of routines and Build Components (options, protocols, templates, etc.). Please verify with the Development Team that it is safe to install. Enter message action (in IN basket): Ignore// Xtract KIDS Select PackMan function: 6 INSTALL/CHECK MESSAGE Line 8 Message #313643 Unloading KIDS Distribution MAG*3.0*370b OK to continue with Load? NO// YES Distribution OK! Want to Continue with Load? YES// Loading Distribution... MAG*3.0*370b Example, Installing Patch Backup (Build) ----------------------------------------------- Select OPTION NAME: XPD MAIN Kernel Installation & Distribution System Select Kernel Installation & Distribution System Option: Installation Select Installation Option: 6 Install Package(s) Select INSTALL NAME: MAG*3.0*370 4/3/25@16:04:15 => MAG*3.0*370 TEST v2 ;Created on Apr 03, 2025@13:29:09 This Distribution was loaded on Apr 03, 2025@16:04:15 with header of MAG*3.0*370 TEST v2 ;Created on Apr 03, 2025@13:29:09 It consisted of the following Install(s): MAG*3.0*370 Checking Install for Package MAG*3.0*370 Install Questions for MAG*3.0*370 Want KIDS to INHIBIT LOGONs during the install? NO// NO Want to DISABLE Scheduled Options, Menu Options, and Protocols? NO// Enter the Device you want to print the Install messages. You can queue the install by enter a 'Q' at the device prompt. Enter a '^' to abort the install. DEVICE: HOME// HERE MAG*3.0*370 -------------------------------------------------------------------------- Installing Routines: Apr 03, 2025@16:40:42 Running Post-Install Routine: POS^MAGIP370 Post Install Mail Message: Apr 03, 2025@16:40:42 Updating Routine file... Updating KIDS files... MAG*3.0*370 Installed. Apr 03, 2025@16:40:42 ------------------------------------------------------------------------- +------------------------------------------------------------+ 100% | 25 50 75 | Complete +------------------------------------------------------------+ Install Completed Routine Information: ==================== The second line of each of these routines now looks like: ;;3.0;IMAGING;**[Patch List]**;Mar 19, 2002;Build 2 The checksums below are new checksums, and can be checked with CHECK1^XTSUMBLD. Routine Name: MAGDHOWE Before:B164325092 After:B164636839 **138,231,278,370** Routine Name: MAGGTU4T Before: B4903956 After: B5102218 **93,94,106,117,122,127,182, 219,242,281,292,320,352,370** Routine Name: MAGGTU6 Before: B54483768 After: B55493302 **24,8,48,45,20,46,59,72,93, 117,138,334,335,370** Routine Name: MAGIP370 Before: n/a After: B5253972 **370** Routine list of preceding patches: 278, 335, 352 ============================================================================= User Information: Entered By : Date Entered : JUL 12, 2024 Completed By: Date Completed: MAY 07, 2025 Released By : Date Released : MAY 09, 2025 ============================================================================= Packman Mail Message: ===================== No routines included