Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Go to the source code of this file.
Classes | |
class | mitk::DICOMTagPath |
Class is used to identify (nested) attributes in a DICOM dataset. In contrast to the class DICOMTag, which only specifies one specific tag, the tag path can identify nested attributes (like items in a DICOM sequence). In addition you may also specify wildcards for the selection index or complete elements of the path. More... | |
struct | mitk::DICOMTagPath::NodeInfo |
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Typedefs | |
typedef std::vector< DICOMTagPath > | mitk::DICOMTagPathList |
Functions | |
MITKDICOMREADER_EXPORT std::ostream & | mitk::operator<< (std::ostream &os, const DICOMTagPath &path) |
MITKDICOMREADER_EXPORT std::string | mitk::DICOMTagPathToPropertyRegEx (const DICOMTagPath &tagPath) |
MITKDICOMREADER_EXPORT std::string | mitk::DICOMTagPathToPersistenceKeyRegEx (const DICOMTagPath &tagPath) |
MITKDICOMREADER_EXPORT std::string | mitk::DICOMTagPathToPersistenceKeyTemplate (const DICOMTagPath &tagPath) |
MITKDICOMREADER_EXPORT std::string | mitk::DICOMTagPathToPersistenceNameTemplate (const DICOMTagPath &tagPath) |
MITKDICOMREADER_EXPORT std::string | mitk::DICOMTagPathToDCMTKSearchPath (const DICOMTagPath &tagPath) |
MITKDICOMREADER_EXPORT DICOMTagPath | mitk::PropertyNameToDICOMTagPath (const std::string &propertyName) |
MITKDICOMREADER_EXPORT std::string | mitk::DICOMTagPathToPropertyName (const DICOMTagPath &tagPath) |