Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitkDICOMEnums.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 mitkDICOMEnums_h
14 #define mitkDICOMEnums_h
15 
16 #include <string>
17 #include <vector>
18 #include <utility>
19 
20 namespace mitk
21 {
22  typedef std::vector<std::string> StringList;
23  typedef std::vector<bool> BoolList;
24 
31  typedef enum
32  {
37 
48  typedef enum
49  {
56 
57 
61  std::string ReaderImplementationLevelToString( const ReaderImplementationLevel& enumValue );
62 }
63 
64 #endif
mitk::SpacingUnknown
@ SpacingUnknown
NO spacing information is present, we use (1,1) as default.
Definition: mitkDICOMEnums.h:35
mitk::ReaderImplementationLevelToString
std::string ReaderImplementationLevelToString(const ReaderImplementationLevel &enumValue)
Convert mitk::ReaderImplementationLevel to a human readable string.
mitk::SOPClassUnsupported
@ SOPClassUnsupported
loader code is not known to work with this SOP Class
Definition: mitkDICOMEnums.h:53
mitk::SOPClassUnknown
@ SOPClassUnknown
loader did not yet inspect any images, unknown fitness
Definition: mitkDICOMEnums.h:54
mitk::PixelSpacingInterpretation
PixelSpacingInterpretation
How the mitk::Image spacing should be interpreted (see mitk::DICOMFileReader).
Definition: mitkDICOMEnums.h:31
mitk::BoolList
std::vector< bool > BoolList
Definition: mitkDICOMEnums.h:23
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::SOPClassPartlySupported
@ SOPClassPartlySupported
loader code and tests are established for specific parts of a SOP Class
Definition: mitkDICOMEnums.h:51
mitk::SpacingInPatient
@ SpacingInPatient
distances are mm within a patient
Definition: mitkDICOMEnums.h:33
mitk::ReaderImplementationLevel
ReaderImplementationLevel
Describes how well the reader is tested for a certain file type (see mitk::DICOMFileReader).
Definition: mitkDICOMEnums.h:48
mitk::SOPClassSupported
@ SOPClassSupported
loader code and tests are established
Definition: mitkDICOMEnums.h:50
mitk::PixelSpacingInterpretationToString
std::string PixelSpacingInterpretationToString(const PixelSpacingInterpretation &value)
Convert mitk::PixelSpacingInterpretation to a human readable string.
mitk::SOPClassImplemented
@ SOPClassImplemented
loader code is implemented but not accompanied by tests
Definition: mitkDICOMEnums.h:52
mitk::StringList
std::vector< std::string > StringList
Definition: mitkDICOMEnums.h:22
mitk::SpacingAtDetector
@ SpacingAtDetector
distances are mm at detector surface
Definition: mitkDICOMEnums.h:34