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