25 #ifndef __mlDRTOverrideSequenceWrapper_H
26 #define __mlDRTOverrideSequenceWrapper_H
30 #include <FMEThirdPartyWarningsDisable.h>
33 #include <QVariantMap>
35 #include <QStringList>
36 #include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
A class that wraps DRTOverrideSequence Item for use in Python.
int getNumberOfItems() const
QString getParameterItemIndexTag() const
QString getOverrideReasonTag() const
ml::DcmDRTOverrideSequenceInterface getWrappedSequence() const
DRTOverrideSequenceWrapper & operator=(const DRTOverrideSequenceWrapper &toCopy)
DRTOverrideSequenceWrapper(ml::DcmDRTOverrideSequenceInterface *wrappedSequence)
DRTOverrideSequenceWrapper(const DRTOverrideSequenceWrapper &toCopy)
QVariant getItem(int idx)
QString getOperatorsNameTag() const
Class to provide access to DRTOverrideSequence.
std::string getParameterItemIndexTag() const
void setSequence(std::vector< DcmDRTOverrideSequenceInterface::Item > dcmSequence)
Set the DRTOverrideSequence this interface class provides access to.
std::string getOperatorsNameTag() const
std::string getOverrideReasonTag() const
std::vector< DcmDRTOverrideSequenceInterface::Item > getSequence() const
Return the DRTOverrideSequence this interface class provides access to.
Class to provide access to DRTOverrideSequence.