Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::DICOMDatasetAccess Class Referenceabstract

Interface to datasets that is presented to sorting classes such as DICOMDatasetSorter. More...

#include <mitkDICOMDatasetAccess.h>

Inheritance diagram for mitk::DICOMDatasetAccess:

Public Types

typedef std::list< DICOMDatasetFindingFindingsListType
 

Public Member Functions

virtual std::string GetFilenameIfAvailable () const =0
 Return a filename if possible. If DICOM is not read from file but from somewhere else (network, database), we might not have files. More...
 
virtual DICOMDatasetFinding GetTagValueAsString (const DICOMTag &tag) const =0
 Return a DICOMDatasetFinding instance of the tag. The return containes (if valid) the raw value of the tag as a string. More...
 
virtual FindingsListType GetTagValueAsString (const DICOMTagPath &path) const =0
 Return a list of DICOMDatasetFindings of the passed tag path. The return containes (if valid) the raw value of the tag as a string. More...
 
virtual ~DICOMDatasetAccess ()
 

Detailed Description

Interface to datasets that is presented to sorting classes such as DICOMDatasetSorter.

Minimal interface to hide actual implementation, which might rely on GDCM.

Definition at line 49 of file mitkDICOMDatasetAccess.h.

Member Typedef Documentation

Constructor & Destructor Documentation

virtual mitk::DICOMDatasetAccess::~DICOMDatasetAccess ( )
inlinevirtual

Definition at line 70 of file mitkDICOMDatasetAccess.h.

Member Function Documentation

virtual std::string mitk::DICOMDatasetAccess::GetFilenameIfAvailable ( ) const
pure virtual

Return a filename if possible. If DICOM is not read from file but from somewhere else (network, database), we might not have files.

Implemented in mitk::DICOMGDCMImageFrameInfo, and mitk::DICOMGenericImageFrameInfo.

Referenced by mitk::DICOMFilenameSorter::FilenameSort::operator()(), and mitk::DICOMTagBasedSorter::SplitInputGroups().

virtual FindingsListType mitk::DICOMDatasetAccess::GetTagValueAsString ( const DICOMTagPath path) const
pure virtual

Return a list of DICOMDatasetFindings of the passed tag path. The return containes (if valid) the raw value of the tag as a string.

Parameters
pathTag path which value should be retreived.

Implemented in mitk::DICOMGDCMImageFrameInfo, and mitk::DICOMGenericImageFrameInfo.


The documentation for this class was generated from the following file: