25#ifndef __mlDRTReferencedDoseSequenceWrapper_H
26#define __mlDRTReferencedDoseSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
A class that wraps DRTReferencedDoseSequence Item for use in Python.
QString getReferencedSOPInstanceUIDTag() const
ml::DcmDRTReferencedDoseSequenceInterface getWrappedSequence() const
DRTReferencedDoseSequenceWrapper & operator=(const DRTReferencedDoseSequenceWrapper &toCopy)
QString getReferencedSOPClassUIDTag() const
QVariant getItem(int idx)
DRTReferencedDoseSequenceWrapper(ml::DcmDRTReferencedDoseSequenceInterface *wrappedSequence)
int getNumberOfItems() const
DRTReferencedDoseSequenceWrapper(const DRTReferencedDoseSequenceWrapper &toCopy)
Class to provide access to DRTReferencedDoseSequence.
void setSequence(std::vector< DcmDRTReferencedDoseSequenceInterface::Item > dcmSequence)
Set the DRTReferencedDoseSequence this interface class provides access to.
std::vector< DcmDRTReferencedDoseSequenceInterface::Item > getSequence() const
Return the DRTReferencedDoseSequence this interface class provides access to.
std::string getReferencedSOPClassUIDTag() const
std::string getReferencedSOPInstanceUIDTag() const
Class to provide access to DRTReferencedDoseSequence.