13 #ifndef mitkDICOMEnums_h
14 #define mitkDICOMEnums_h
ReaderImplementationLevel
Describes how well the reader is tested for a certain file type (see mitk::DICOMFileReader).
PixelSpacingInterpretation
How the mitk::Image spacing should be interpreted (see mitk::DICOMFileReader).
@ SOPClassSupported
loader code and tests are established
@ SOPClassUnknown
loader did not yet inspect any images, unknown fitness
@ SOPClassImplemented
loader code is implemented but not accompanied by tests
@ SOPClassPartlySupported
loader code and tests are established for specific parts of a SOP Class
@ SOPClassUnsupported
loader code is not known to work with this SOP Class
@ SpacingAtDetector
distances are mm at detector surface
@ SpacingUnknown
NO spacing information is present, we use (1,1) as default.
@ SpacingInPatient
distances are mm within a patient
Find image slices visible on a given plane.
std::vector< std::string > StringList
std::string PixelSpacingInterpretationToString(const PixelSpacingInterpretation &value)
Convert mitk::PixelSpacingInterpretation to a human readable string.
std::string ReaderImplementationLevelToString(const ReaderImplementationLevel &enumValue)
Convert mitk::ReaderImplementationLevel to a human readable string.
std::vector< bool > BoolList