13 #ifndef mitkDICOMGDCMImageFrameInfo_h 14 #define mitkDICOMGDCMImageFrameInfo_h 18 #include "gdcmScanner.h" 47 std::string GetFilenameIfAvailable()
const override;
51 DICOMGDCMImageFrameInfo(
const DICOMImageFrameInfo::Pointer& frameinfo, gdcm::Scanner::TagToValue
const& tagToValueMapping);
Class is used to identify (nested) attributes in a DICOM dataset. In contrast to the class DICOMTag...
#define mitkNewMacro1Param(classname, type)
Representation of a DICOM tag.
DataCollection - Class to facilitate loading/accessing structured data.
const gdcm::Scanner::TagToValue m_TagForValue
#define mitkNewMacro2Param(classname, typea, typeb)
std::list< DICOMDatasetFinding > FindingsListType
#define mitkClassMacro(className, SuperClassName)
std::vector< DICOMGDCMImageFrameInfo::Pointer > DICOMGDCMImageFrameList
Defines an abstract base class for DICOM image frame infos with data access.
The dataset access implementation for DICOMITKSeriesGDCMReader, based on GDCM.