Medical Imaging Interaction Toolkit  2023.12.99-101158b3
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
29  static PropertyKeyPath READER_CONFIGURATION();
30  //Path to the property containing the files the dicom reader used in a TemporoSpatialProperty
31  static PropertyKeyPath READER_FILES();
32  //Path to the property containing PixelSpacingInterpretationString for the read data
33  static PropertyKeyPath READER_PIXEL_SPACING_INTERPRETATION_STRING();
34  //Path to the property containing PixelSpacingInterpretation for the read data
35  static PropertyKeyPath READER_PIXEL_SPACING_INTERPRETATION();
36  //Path to the property containing ReaderImplementationLevelString for the read data
37  static PropertyKeyPath READER_IMPLEMENTATION_LEVEL_STRING();
38  //Path to the property containing ReaderImplementationLevel for the read data
39  static PropertyKeyPath READER_IMPLEMENTATION_LEVEL();
40  //Path to the property containing the indicator of the gantry tilt was corrected when reading the data
41  static PropertyKeyPath READER_GANTRY_TILT_CORRECTED();
42  //Path to the property containing the indicator of the data was read as 3D+t
43  static PropertyKeyPath READER_3D_plus_t();
44  //Path to the property containing the version of GDCM used to read the data
45  static PropertyKeyPath READER_GDCM();
46  //Path to the property containing the version of DCMTK used to read the data
47  static PropertyKeyPath READER_DCMTK();
48  };
49 }
50 
51 #endif
MitkDICOMExports.h
mitk::PropertyKeyPath
Class that can be used to specify nested or wild carded property keys. E.g. for the use in context of...
Definition: mitkPropertyKeyPath.h:51
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitkPropertyKeyPath.h
mitk::DICOMIOMetaInformationPropertyConstants
The IOMetaInformationPropertyConsants struct.
Definition: mitkDICOMIOMetaInformationPropertyConstants.h:26
MITKDICOM_EXPORT
#define MITKDICOM_EXPORT
Definition: MitkDICOMExports.h:15