Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkDICOMEnums.h File Reference
#include <string>
#include <vector>
#include <utility>

Go to the source code of this file.

Namespaces

 mitk
 DataCollection - Class to facilitate loading/accessing structured data.
 

Typedefs

typedef std::vector< std::string > mitk::StringList
 
typedef std::vector< bool > mitk::BoolList
 

Enumerations

enum  mitk::PixelSpacingInterpretation { mitk::SpacingInPatient, mitk::SpacingAtDetector, mitk::SpacingUnknown }
 How the mitk::Image spacing should be interpreted (see mitk::DICOMFileReader). More...
 
enum  mitk::ReaderImplementationLevel {
  mitk::SOPClassSupported, mitk::SOPClassPartlySupported, mitk::SOPClassImplemented, mitk::SOPClassUnsupported,
  mitk::SOPClassUnknown
}
 Describes how well the reader is tested for a certain file type (see mitk::DICOMFileReader). More...
 

Functions

std::string mitk::PixelSpacingInterpretationToString (const PixelSpacingInterpretation &value)
 Convert mitk::PixelSpacingInterpretation to a human readable string. More...
 
std::string mitk::ReaderImplementationLevelToString (const ReaderImplementationLevel &enumValue)
 Convert mitk::ReaderImplementationLevel to a human readable string. More...