25#ifndef __mlDRTSetupDeviceSequenceWrapper_H 
   26#define __mlDRTSetupDeviceSequenceWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
A class that wraps DRTSetupDeviceSequence Item for use in Python.
 
QString getSetupDeviceLabelTag() const
 
QString getSetupDeviceTypeTag() const
 
QString getSetupDeviceParameterTag() const
 
QString getSetupReferenceDescriptionTag() const
 
DRTSetupDeviceSequenceWrapper & operator=(const DRTSetupDeviceSequenceWrapper &toCopy)
 
int getNumberOfItems() const
 
DRTSetupDeviceSequenceWrapper(const DRTSetupDeviceSequenceWrapper &toCopy)
 
QString getSetupDeviceDescriptionTag() const
 
QVariant getItem(int idx)
 
DRTSetupDeviceSequenceWrapper(ml::DcmDRTSetupDeviceSequenceInterface *wrappedSequence)
 
ml::DcmDRTSetupDeviceSequenceInterface getWrappedSequence() const
 
Class to provide access to DRTSetupDeviceSequence.
 
std::string getSetupDeviceLabelTag() const
 
std::string getSetupDeviceDescriptionTag() const
 
void setSequence(std::vector< DcmDRTSetupDeviceSequenceInterface::Item > dcmSequence)
Set the DRTSetupDeviceSequence this interface class provides access to.
 
std::string getSetupReferenceDescriptionTag() const
 
std::string getSetupDeviceParameterTag() const
 
std::string getSetupDeviceTypeTag() const
 
Class to provide access to DRTSetupDeviceSequence.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.