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