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