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