25#ifndef __mlDRTOverrideSequenceWrapper_H 
   26#define __mlDRTOverrideSequenceWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
A class that wraps DRTOverrideSequence Item for use in Python.
 
DRTOverrideSequenceWrapper & operator=(const DRTOverrideSequenceWrapper &toCopy)
 
int getNumberOfItems() const
 
QString getParameterItemIndexTag() const
 
QString getOverrideReasonTag() const
 
ml::DcmDRTOverrideSequenceInterface getWrappedSequence() const
 
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
 
Class to provide access to DRTOverrideSequence.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.