Page MenuHomePhabricator

DICOMReader needs to store more properties of the DICOM Images in mitk::Images
Closed, ResolvedPublic

Description

The mitk::DICOMImageBlockDescriptor already stores a number of DICOM-Image properties as mitk::Properties on the resulting mitk::Image.

This list of properties needs to be extended by the following properties:

  • number of rows: 0028x0010
  • number of columns: 0028x0011
  • filename for each slice in the mitk::Image

Event Timeline

I have added the missing properties with commit 6f00a85f1bcfb13aa03a5293204a6263caec6cd1 and integrated it into my snapshot.

Integration into master will follow with T16744 and branch bug-16744-develop