HomePhabricator
Diffusion MITK f9785e2e6b8c

BREAKING: DICOMGDCMImageFrameInfo does not return a

Description

BREAKING: DICOMGDCMImageFrameInfo does not return a
default image position or orientation any more.

Why: Lead to inconsistencies/exceptions in other reader code
because it was not clear if data was missing or realy that values.
That default branch is very old and was coded before
DICOMDatasetFinding were introduced. The allow now to communicate
if a value is valid or not. This should be used by calling
code to decide how to behave if tags are not present.

Details

Provenance
flocaAuthored on Jun 26 2024, 7:03 PM
flocaPushed on Jun 28 2024, 11:43 AM
Differential Revision
Restricted Differential Revision
Parents
rMITKb39043058722: Merge branch 'bugfix/T30473-Qt_v6.7-Packaging-On-Windows' into develop
Branches
Unknown
Tags
Unknown
Tasks
T30481: [DICOM] Handle multiple images with no position information correctly