25#ifndef __mlDRTReferencedFrameOfReferenceSequenceWrapper_H 
   26#define __mlDRTReferencedFrameOfReferenceSequenceWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
A class that wraps DRTReferencedFrameOfReferenceSequence Item for use in Python.
 
int getNumberOfItems() const
 
QString getFrameOfReferenceUIDTag() const
 
DRTReferencedFrameOfReferenceSequenceWrapper(const DRTReferencedFrameOfReferenceSequenceWrapper &toCopy)
 
DRTReferencedFrameOfReferenceSequenceWrapper(ml::DcmDRTReferencedFrameOfReferenceSequenceInterface *wrappedSequence)
 
QVariant getItem(int idx)
 
QString getROINumberTag() const
 
DRTReferencedFrameOfReferenceSequenceWrapper & operator=(const DRTReferencedFrameOfReferenceSequenceWrapper &toCopy)
 
QString getROINameTag() const
 
QString getROIGenerationDescriptionTag() const
 
QString getROIVolumeTag() const
 
QString getROIGenerationAlgorithmTag() const
 
QString getRTReferencedStudySequenceTag() const
 
QString getReferencedFrameOfReferenceUIDTag() const
 
QString getFrameOfReferenceRelationshipSequenceTag() const
 
ml::DcmDRTReferencedFrameOfReferenceSequenceInterface getWrappedSequence() const
 
QString getROIDescriptionTag() const
 
Class to provide access to DRTReferencedFrameOfReferenceSequence.
 
std::string getROINumberTag() const
 
std::string getFrameOfReferenceUIDTag() const
 
std::string getROINameTag() const
 
std::string getROIGenerationAlgorithmTag() const
 
std::string getRTReferencedStudySequenceTag() const
 
std::string getROIGenerationDescriptionTag() const
 
std::string getReferencedFrameOfReferenceUIDTag() const
 
std::string getROIVolumeTag() const
 
std::string getFrameOfReferenceRelationshipSequenceTag() const
 
std::string getROIDescriptionTag() const
 
void setSequence(std::vector< DcmDRTReferencedFrameOfReferenceSequenceInterface::Item > dcmSequence)
Set the DRTReferencedFrameOfReferenceSequence this interface class provides access to.
 
Class to provide access to DRTReferencedFrameOfReferenceSequence.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.