Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkDICOMIOMetaInformationPropertyConstants.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkDICOMIOMetaInformationPropertyConstants_h
14 #define mitkDICOMIOMetaInformationPropertyConstants_h
15 
16 #include <MitkDICOMExports.h>
17 
18 #include "mitkPropertyKeyPath.h"
19 
20 namespace mitk
21 {
27  {
28  //Path to the property containing the name of the dicom reader configuration used to read the data
30  //Path to the property containing the files the dicom reader used in a TemporoSpatialProperty
32  //Path to the property containing PixelSpacingInterpretationString for the read data
34  //Path to the property containing PixelSpacingInterpretation for the read data
36  //Path to the property containing ReaderImplementationLevelString for the read data
38  //Path to the property containing ReaderImplementationLevel for the read data
40  //Path to the property containing the indicator of the gantry tilt was corrected when reading the data
42  //Path to the property containing the indicator of the data was read as 3D+t
44  //Path to the property containing the version of GDCM used to read the data
46  //Path to the property containing the version of DCMTK used to read the data
48  };
49 }
50 
51 #endif
#define MITKDICOM_EXPORT
Class that can be used to specify nested or wild carded property keys. E.g. for the use in context of...
Find image slices visible on a given plane.
static PropertyKeyPath READER_IMPLEMENTATION_LEVEL()
static PropertyKeyPath READER_CONFIGURATION()
static PropertyKeyPath READER_IMPLEMENTATION_LEVEL_STRING()
static PropertyKeyPath READER_PIXEL_SPACING_INTERPRETATION()
static PropertyKeyPath READER_GANTRY_TILT_CORRECTED()
static PropertyKeyPath READER_PIXEL_SPACING_INTERPRETATION_STRING()