25#ifndef __mlDRTReferencedFrameOfReferenceSequenceWrapper_H
26#define __mlDRTReferencedFrameOfReferenceSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
78 QString
getROINameTag()
const {
return QString(_wrappedSequence.getROINameTag().c_str()); }
80 QString
getROINumberTag()
const {
return QString(_wrappedSequence.getROINumberTag().c_str()); }
82 QString
getROIVolumeTag()
const {
return QString(_wrappedSequence.getROIVolumeTag().c_str()); }
int getNumberOfItems() const
\script
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::vector< DcmDRTReferencedFrameOfReferenceSequenceInterface::Item > getSequence() const
Class to provide access to DRTReferencedFrameOfReferenceSequence.