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