13 #ifndef mitkDICOMGenericImageFrameInfo_h 14 #define mitkDICOMGenericImageFrameInfo_h 42 std::string GetFilenameIfAvailable()
const override;
49 void SetTagValue(
const DICOMTagPath& path,
const std::string& value);
59 Self& operator = (
const Self&);
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.
#define MITKDICOMREADER_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkNewMacro2Param(classname, typea, typeb)
std::list< DICOMDatasetFinding > FindingsListType
#define mitkClassMacro(className, SuperClassName)
std::map< DICOMTagPath, std::string > ValueMapType
Defines an abstract base class for DICOM image frame infos with data access.
A generic storage class for image frame info with data access.