25#ifndef __mlDRTReferencedImageSequenceWrapper_H
26#define __mlDRTReferencedImageSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
70 QString
getCodeMeaningTag()
const {
return QString(_wrappedSequence.getCodeMeaningTag().c_str()); }
72 QString
getCodeValueTag()
const {
return QString(_wrappedSequence.getCodeValueTag().c_str()); }
DRTReferencedImageSequenceWrapper & operator=(const DRTReferencedImageSequenceWrapper &toCopy)
QString getReferencedFrameNumberTag() const
QString getReferencedSegmentNumberTag() const
QString getReferencedSOPClassUIDTag() const
QString getContextGroupVersionTag() const
QString getMappingResourceTag() const
QString getPurposeOfReferenceCodeSequenceTag() const
QString getCodingSchemeDesignatorTag() const
int getNumberOfItems() const
\script
QString getContextGroupExtensionFlagTag() const
QString getContextGroupExtensionCreatorUIDTag() const
DRTReferencedImageSequenceWrapper(ml::DcmDRTReferencedImageSequenceInterface *wrappedSequence)
QVariant getItem(int idx)
QString getContextIdentifierTag() const
DRTReferencedImageSequenceWrapper(const DRTReferencedImageSequenceWrapper &toCopy)
QString getContextGroupLocalVersionTag() const
ml::DcmDRTReferencedImageSequenceInterface getWrappedSequence() const
QString getCodeValueTag() const
QString getReferencedSOPInstanceUIDTag() const
QString getCodeMeaningTag() const
QString getCodingSchemeVersionTag() const
Class to provide access to DRTReferencedImageSequence.
std::vector< DcmDRTReferencedImageSequenceInterface::Item > getSequence() const
Class to provide access to DRTReferencedImageSequence.