25#ifndef __mlDRTChannelSourceSequenceWrapper_H
26#define __mlDRTChannelSourceSequenceWrapper_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()); }
QString getCodingSchemeDesignatorTag() const
QString getContextIdentifierTag() const
DRTChannelSourceSequenceWrapper & operator=(const DRTChannelSourceSequenceWrapper &toCopy)
QString getCodingSchemeVersionTag() const
QString getContextGroupVersionTag() const
QString getContextGroupLocalVersionTag() const
DRTChannelSourceSequenceWrapper(const DRTChannelSourceSequenceWrapper &toCopy)
QVariant getItem(int idx)
DRTChannelSourceSequenceWrapper(ml::DcmDRTChannelSourceSequenceInterface *wrappedSequence)
int getNumberOfItems() const
\script
QString getCodeMeaningTag() const
QString getMappingResourceTag() const
ml::DcmDRTChannelSourceSequenceInterface getWrappedSequence() const
QString getCodeValueTag() const
QString getContextGroupExtensionFlagTag() const
QString getContextGroupExtensionCreatorUIDTag() const
Class to provide access to DRTChannelSourceSequence.
std::vector< DcmDRTChannelSourceSequenceInterface::Item > getSequence() const
Class to provide access to DRTChannelSourceSequence.