Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
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&);
Defines an abstract base class for DICOM image frame infos with data access.
A generic storage class for image frame info with data access.
#define mitkNewMacro2Param(classname, typea, typeb)
#define mitkNewMacro1Param(classname, type)
Representation of a DICOM tag.
DataCollection - Class to facilitate loading/accessing structured data.
std::map< DICOMTagPath, std::string > ValueMapType
std::list< DICOMDatasetFinding > FindingsListType
#define mitkClassMacro(className, SuperClassName)
Class is used to identify (nested) attributes in a DICOM dataset. In contrast to the class DICOMTag,...