![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Dicom/DicomUtils.h>
Named pair of a DcmDataset and the corresponding IOD. More...
Named pair of a DcmDataset and the corresponding IOD.
Public Member Functions | |
DatasetIodPair (std::shared_ptr< DcmDataset > ds, std::unique_ptr< Dicom::IOD > &&i) | |
DatasetIodPair (DatasetIodPair &&rhs) | |
Public Attributes | |
std::shared_ptr< DcmDataset > | dataset |
DcmDataset for the loaded/saved file. | |
std::unique_ptr< Dicom::IOD > | iod |
Corresponding IOD instance (may be nullptr if no IOD exists for the SOP class) | |