Page MenuHomePhabricator

Clean up remove deprecated dicom properties
Open, WishlistPublic

Description

mitk::DICOMImageBlockDescriptor::DescribeImageWithProperties and DicomSeriesReader::CopyMetaDataToImageProperties generate several properties to store information of

  • dicom tags
  • dicom loading process

The list of properties and there naming originiate from different sources (e.g. old legacy DicomSeriesReader, newer implementations etc.). We should clean up (remove deprecated properties) and/or refactor this (use new naming schemes for DICOM information).

Rename/refactor to new naming style (DICOM.xxxx.xxxx) and property data type:

  • "dicom.image.0020.1041"
  • "dicom.image.0020.0013"
  • "dicom.image.0008.0018"

This might be candidates to be completly dropped (but should be checked first); because theses DICOM information are stored under new correct naming anyway:

  • "modality"
  • "dicom.pixel.PhotometricInterpretation"
  • "dicom.image.imagetype"
  • "dicom.study.StudyDescription"
  • "dicom.series.SeriesDescription"
  • "dicom.pixel.Rows"
  • "dicom.pixel.Columns"

Event Timeline

kislinsk triaged this task as Wishlist priority.Nov 22 2018, 2:16 PM
kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! ๐Ÿ™‚

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. ๐Ÿš‘

Best wishes,
The MITK devs

floca removed a project: Auto-closed.
kislinsk added a project: Auto-closed.

Hi there! ๐Ÿ™‚

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. ๐Ÿš‘

Best wishes,
The MITK devs