Skip to Main Content
SEI Idea Portal
Status Submitted
Workspace HC-DPS-EI: UVRad
Created by Daniel Easter
Created on Sep 20, 2023

Add Hologic 3D Quorum to NBI MG image label rules

No description provided
Description

Site are getting new Hologic units that send slabs to Pacs. The default rules in MG Image label does not have this image type in for NBI labeling in Navigator, and labels it unknown. This also creates a problem with HP's


The rule added looks like this and goes in the slab section of the default rules, this is also in a Ka 000054662


m : ImageInfo (manufacturer != null && manufacturer.contains("HOLOGIC"),


imageType != null && imageType.contains("DERIVED") && imageType.contains("TOMOSYNTHESIS") && imageType.contains("MEAN"),


sopClassUid == "1.2.840.10008.5.1.4.1.1.13.1.3")



This would be more convenient for customers as they would not need to call the ROC for their new device.