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