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