![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Dicom/DicomElement.h>
Interface for classes that consist of Elements. More...
Interface for classes that consist of Elements.
Public Member Functions | |
virtual DcmItem & | dataset ()=0 |
Dataset (or sub-item of a dataset) that will be used by the ElementBase. | |
const std::vector< ElementBase * > & | elements () const |
List of all elements. | |
Protected Attributes | |
std::vector< ElementBase * > | m_elements |
List of all elements. | |
|
pure virtual |
Dataset (or sub-item of a dataset) that will be used by the ElementBase.
Implemented in XrayFunctionalGroups::XrayFunctionalGroupMacro, XrayPositioning::ZiehmImageSpotPositionSequence, DicomGeSignaExciteIOD, EnhancedMultiFrameImageIOD, EnhancedMultiFrameImageIOD::FunctionalGroupMacro, ImagePlane::DetectorInformationSequence, IOD, Module, SequenceItem, and DicomGeVividE9IOD.