- changed status to resolved
Mam.py for processing/for presentation filter is dropping Hologic tomo projection objects
Issue #125
resolved
mam.py has a filter to check if two SOPInstanceUIDs with the same StudyInstanceUID have the same event time. If so, they are assumed to be the For Processing and the For Presentation versions of the same exposure.
With Hologic ComboHD mode, one exposure button press launches a tomo series of exposures followed by a conventional 2D image. The 2D image and the SC proprietary projection image object are sent separately to the dose server, with different SOPInstanceUIDs, but with the same event time. Therefore the are caught in the For Processing/For Presentation trap.
Comments (4)
-
reporter -
reporter Added ref
#125to the CHANGES file.→ <<cset d7e8442dd811>>
-
reporter - changed milestone to 0.5.0
-
reporter Adding Hologic tomo fix to headlines for 0.5.0. Refs
#125.→ <<cset c93a1d36379a>>
- Log in to comment
Added if statement to exclude Hologic SC images from the event time comparison. Now allows both 2D and tomo data to be entered into the database. Fixes
#125.→ <<cset 774e5919b89e>>