============================================================================= Run Date: JUL 11, 2025 Designation: MAG*3*375 Package : MAG - IMAGING Priority: Mandatory Version : 3 SEQ #267 Status: Released Compliance Date: AUG 11, 2025 ============================================================================= Associated patches: (v)MAG*3*118 <<= must be installed BEFORE `MAG*3*375' (v)MAG*3*305 <<= must be installed BEFORE `MAG*3*375' (v)MAG*3*306 <<= must be installed BEFORE `MAG*3*375' Subject: VISTA IMAGING MUMPS BUG FIXES Category: - Routine Description: ============ MAG*3.0*375 provides fixes to SNOW tickets as follows: Defects: -------- 1. VISTAIS-3167 - INC34979319 - ORDERS+79^MAGVIM07 error when importing some Images due to Procedure Modifier being deleted from the order. A VistA coding defect does not handle when there are multiple Procedure Modifiers and all but the last Modifier is deleted from the order. Location Reporting Incident: Buffalo VA Medical Center, New York (Buffalo) 2. VISTAIS-3761 - INC34746184 - When running the Study Tracker Report 'Report Radiology Studies without Images' with a date range, the report goes past the end date range. Location Reporting Incident: Charles George Department of Veterans Affairs Medical Center, North Carolina (Asheville) 3. VISTAIS-4137 - INC22286448, INC23620151, INC38401857, INC28717707, INC30734488 - TESTLKUP+11^MAGT7SB *FILE("PROCEDURE IEN") error when reconciling images to an existing order in Importer for some patients. Locations Reporting Incident: Memphis VA Medical Center, Tennessee (Memphis) George E Whalen VA Medical Center, Utah (Salt Lake City) ` EHRM Impact Statement: ---------------------- This patch should have no EHRM impact, and can be installed at all sites, including EHRM converted sites. Patch Components: ---------------- Files & Fields Associated: File Name (Number) Field Name (Number) New/Modified/Deleted ------------------ ------------------- -------------------- N/A 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-3167 - INC34979319 - ORDERS+79^MAGVIM07 error when importing some Images due to Procedure Modifier being deleted from the order. A VistA coding defect does not handle when there are multiple Procedure Modifiers and all but the last Modifier is deleted from the order. Location Reporting Incident: Buffalo VA Medical Center, New York (Buffalo) Problem: -------- When more than one Procedure Modifier is entered on an order and then one of those modifiers other than the last one entered is deleted, it creates a gap in the global. For example, the below entry in VistA file 75.1 (RAD/NUC MED ORDERS) had 2 modifiers, but Modifier IEN number 1 has been deleted and Modifier IEN 2 remains: ^RAO(75.1,396327,"M",0)="^75.1125PA^2^1" ^RAO(75.1,396327,"M",2,0)=64 ^RAO(75.1,396327,"M","B",64,2)="" Because routine MAGVIM07 at ORDERS+79 references the variable MODIEN (Modifier IEN), and one of the Modifier IENs has been deleted, the undefined error occurs when the routine tries to find the data associated with the deleted MODIEN entry. Resolution: ----------- ORDERS+79^MAGVIM07 was modified to reference the variable I instead of the variable MODIEN. The variable I contains the current number of Procedure Modifiers and therefore does not try to find data for a deleted Modifier. BEFORE: S MODIFIER=MODIFIER_@MODDATA@("ID",MODIEN,.01,"E")_"|"_^("I") AFTER: S MODIFIER=MODIFIER_@MODDATA@("ID",I,.01,"E")_"|"_^("I") 2. VISTAIS-3761 - INC34746184 - When running the Study Tracker Report 'Report Radiology Studies without Images' with a date range, the report goes past the end date range. Location Reporting Incident: Charles George Department of Veterans Affairs Medical Center, North Carolina (Asheville) Problem: -------- COUNTS^MAGDSTD2 builds a list of exams without images using the ^RARPT("AA",Reverse date) cross-reference. The loop is supposed to quit when it encounters the first exam after the end date. However, the routine is checking the variable DTTO but, should be checking the variable XDDTO. DTTO is the end date the user entered but XDTTO is the value of that date converted to reverse date format. Resolution: ----------- Modified the loop in COUNTS^MAGDSTD2 to quit when it encounters the first entry after the end date in reverse date format. BEFORE: Q:REVDATETESTLKUP+11^MAGT7SB *FILE("PROCEDURE IEN") error when reconciling images to an existing order in Importer for some patients. Locations Reporting Incident: Memphis VA Medical Center, Tennessee (Memphis) George E Whalen VA Medical Center, Utah (Salt Lake City) Washington DC VA Medical Center (Washington D.C.) Problem: -------- GETFILE^MAGT7MA tests for the existence of PROCEDURE NAME in LAB file 60 for the ordered LAB test, and if it does not exist it sets an error message of: -53`No test found in LAB(60) file for LRSS. However, it leaves both PROCEDURE NAME and PROCEDURE IEN undefined, causing the error in later processing. Resolution: ----------- Modified GETFILE^MAGT7MA to set the PROCEDURE variables to null if they do not exist. BEFORE: . I '$D(FILE("PROCEDURE NAME")) D . . S ERRSTAT="-53`No test found in LAB(60) file for LRSS="""_LRSS_"""" . . Q AFTER: . I '$D(FILE("PROCEDURE NAME")) D . . S ERRSTAT="-53`No test found in LAB(60) file for LRSS="""_LRSS_"""" . . S (FILE("PROCEDURE NAME"),FILE("PROCEDURE IEN"))="" . . Q Modified GETORLAB^MAGVIM02 to quit if a failure message is returned from GETFILE^MAGT7MA. BEFORE: . ; get FILE information . S ERROR=$$GETFILE^MAGT7MA(LRSS) . K @MAGVGBL AFTER: . ; get FILE information . S ERROR=$$GETFILE^MAGT7MA(LRSS) . I ERROR Q . K @MAGVGBL Test Sites: ----------- Salt Lake City VA Medical Center, Salt Lake City, UT Asheville VA Medical Center, Asheville, NC Test Sites - SNOW Change Order #: --------------------------------- Salt Lake City VA Medical Center, Salt Lake City, UT - CHG0624750 Asheville VA Medical Center, Asheville, NC - CHG0624257 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_0P375.KID Other Software Files: This release does not include other software files. File Title File Name Format -------------------------------------------------------------------------- Kernel Installation and MAG3_0P375.KID ASCII Distribution System (KIDS) Build for MAG*3.0*375 VistA Imaging 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*375 MAG3_0P375_PATCH_DESCRIPTION.PDF Deployment, Installation, Back-Out, MAG3_0P375_DIBRG.PDF and Rollback Guide Patch Installation: ------------------- Pre/Post Installation Overview: Pre-Installation Instructions: MAG*3.0*375 must be installed on the VistA System on which the VistA Imaging Application 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. All released VistA Imaging patches must be installed on the VistA system before installing MAG*3.0*375. Routine MAGIP375 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_0P375.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*375). 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*375). 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*375 ------------------------------------------------------------------------- Install Started for MAG*3.0*375 : Jun 10, 2024@13:06:23 Build Distribution Date: Jun 10, 2024 Installing Routines: Jun 10, 2024@13:06:23 Running Post-Install Routine: POS^MAGIP375 Post Install Mail Message: Jun 10, 2024@13:06:23 Updating Routine file... Updating KIDS files... MAG*3.0*375 Installed. Jun 10, 2024@13:06:23 ------------------------------------------------------------------------- +------------------------------------------------------------+ 100% | 25 50 75 | Complete +------------------------------------------------------------+ Install Completed Client Installation Instructions There are no Client Changes for this patch. Post-Installation Instructions: N/A Back-Out/Roll Back Plan: ------------------------ For information about back-out steps, see document: MAG3_0P375_DIBRG.PDF. KIDS Uninstall: ---------------- If it is necessary to uninstall the MAG*3.0*375 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*375 backup message as shown below: * Backup of MAG*3.0*375 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/23 Backup of MAG*3.0*375 3099 Search finished. Enter message number or command: 13093 Subj: Backup of MAG*3.0*375 on Sep 06, 2023 [#313643] 09/06/23@12:43 3099 lines From: MANAGER,SYSTEMS In 'IN' basket. Page 1 -------------------------------------------------------------------------- $TXT Created by PROGRAMMER,MAG at DOSO.DOMAIN.EXT (KIDS) on Tuesday, 09/06/23 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*375b OK to continue with Load? NO// YES Distribution OK! Want to Continue with Load? YES// Loading Distribution... MAG*3.0*375b 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*375 8/15/24@10:52:35 => MAG*3.0*375 ;Created on Aug 08, 2024@16:59:10 This Distribution was loaded on Aug 15, 2024@10:52:35 with header of MAG*3.0*375 ;Created on Aug 08, 2024@16:59:10 It consisted of the following Install(s): MAG*3.0*375 Checking Install for Package MAG*3.0*375 Install Questions for MAG*3.0*375 Want KIDS to INHIBIT LOGONs during the install? NO// YES 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*375 -------------------------------------------------------------------------- Installing Routines: Aug 15, 2024@10:54:16 Running Post-Install Routine: POS^MAGIP375 Post Install Mail Message: Aug 15, 2024@10:54:16 Updating Routine file... Updating KIDS files... MAG*3.0*375 Installed. Aug 15, 2024@10:54:16 ------------------------------------------------------------------------- +------------------------------------------------------------+ 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 3 The checksums below are new checksums, and can be checked with CHECK1^XTSUMBLD. Routine Name: MAGDSTD2 Before: B61060762 After: B61326542 **231,306,375** Routine Name: MAGIP375 Before: n/a After: B4234791 **375** Routine Name: MAGT7MA Before:B133779882 After:B135500061 **138,173,166,183,375** Routine Name: MAGVIM02 Before:B175219459 After:B176511350 **118,138,305,375** Routine Name: MAGVIM06 Before: B75204201 After: B77658178 **118,138,375** Routine Name: MAGVIM07 Before: B57953558 After: B59468098 **118,375** Routine list of preceding patches: 183, 305, 306 ============================================================================= User Information: Entered By : Date Entered : OCT 22, 2024 Completed By: Date Completed: JUL 11, 2025 Released By : Date Released : JUL 11, 2025 ============================================================================= Packman Mail Message: ===================== No routines included