25#ifndef __mlDRTRTROIIdentificationCodeSequenceWrapper_H 
   26#define __mlDRTRTROIIdentificationCodeSequenceWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
A class that wraps DRTRTROIIdentificationCodeSequence Item for use in Python.
 
ml::DcmDRTRTROIIdentificationCodeSequenceInterface getWrappedSequence() const
 
QString getContextGroupExtensionCreatorUIDTag() const
 
QString getCodeValueTag() const
 
int getNumberOfItems() const
 
QVariant getItem(int idx)
 
QString getCodingSchemeDesignatorTag() const
 
QString getMappingResourceTag() const
 
QString getCodeMeaningTag() const
 
DRTRTROIIdentificationCodeSequenceWrapper & operator=(const DRTRTROIIdentificationCodeSequenceWrapper &toCopy)
 
QString getContextGroupVersionTag() const
 
DRTRTROIIdentificationCodeSequenceWrapper(const DRTRTROIIdentificationCodeSequenceWrapper &toCopy)
 
QString getCodingSchemeVersionTag() const
 
DRTRTROIIdentificationCodeSequenceWrapper(ml::DcmDRTRTROIIdentificationCodeSequenceInterface *wrappedSequence)
 
QString getContextGroupLocalVersionTag() const
 
QString getContextGroupExtensionFlagTag() const
 
QString getContextIdentifierTag() const
 
Class to provide access to DRTRTROIIdentificationCodeSequence.
 
std::string getContextIdentifierTag() const
 
std::string getContextGroupLocalVersionTag() const
 
std::string getCodeMeaningTag() const
 
void setSequence(std::vector< DcmDRTRTROIIdentificationCodeSequenceInterface::Item > dcmSequence)
Set the DRTRTROIIdentificationCodeSequence this interface class provides access to.
 
std::string getContextGroupExtensionFlagTag() const
 
std::string getContextGroupExtensionCreatorUIDTag() const
 
std::string getCodingSchemeVersionTag() const
 
std::string getMappingResourceTag() const
 
std::string getContextGroupVersionTag() const
 
std::string getCodingSchemeDesignatorTag() const
 
std::string getCodeValueTag() const
 
Class to provide access to DRTRTROIIdentificationCodeSequence.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.