#include <mlDcmDRTScheduledProtocolCodeSequenceInterface.h>
Public Member Functions | |
| DcmDRTScheduledProtocolCodeSequenceInterface (DRTScheduledProtocolCodeSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTScheduledProtocolCodeSequenceInterface () |
| Default virtual Destructor. | |
| bool | getCodeMeaning (unsigned long idx, std::string ¶meter) |
| bool | getCodeMeaning (DRTScheduledProtocolCodeSequence::Item &item, std::string ¶meter) |
| std::string | getCodeMeaningTag () const |
| bool | setCodeMeaning (unsigned long idx, std::string ¶meter) |
| bool | getCodeValue (unsigned long idx, std::string ¶meter) |
| bool | getCodeValue (DRTScheduledProtocolCodeSequence::Item &item, std::string ¶meter) |
| std::string | getCodeValueTag () const |
| bool | setCodeValue (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeDesignator (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeDesignator (DRTScheduledProtocolCodeSequence::Item &item, std::string ¶meter) |
| std::string | getCodingSchemeDesignatorTag () const |
| bool | setCodingSchemeDesignator (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeVersion (unsigned long idx, std::string ¶meter) |
| bool | getCodingSchemeVersion (DRTScheduledProtocolCodeSequence::Item &item, std::string ¶meter) |
| std::string | getCodingSchemeVersionTag () const |
| bool | setCodingSchemeVersion (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupExtensionCreatorUID (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupExtensionCreatorUID (DRTScheduledProtocolCodeSequence::Item &item, std::string ¶meter) |
| std::string | getContextGroupExtensionCreatorUIDTag () const |
| bool | setContextGroupExtensionCreatorUID (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupExtensionFlag (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupExtensionFlag (DRTScheduledProtocolCodeSequence::Item &item, std::string ¶meter) |
| std::string | getContextGroupExtensionFlagTag () const |
| bool | setContextGroupExtensionFlag (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupLocalVersion (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupLocalVersion (DRTScheduledProtocolCodeSequence::Item &item, std::string ¶meter) |
| std::string | getContextGroupLocalVersionTag () const |
| bool | setContextGroupLocalVersion (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupVersion (unsigned long idx, std::string ¶meter) |
| bool | getContextGroupVersion (DRTScheduledProtocolCodeSequence::Item &item, std::string ¶meter) |
| std::string | getContextGroupVersionTag () const |
| bool | setContextGroupVersion (unsigned long idx, std::string ¶meter) |
| bool | getContextIdentifier (unsigned long idx, std::string ¶meter) |
| bool | getContextIdentifier (DRTScheduledProtocolCodeSequence::Item &item, std::string ¶meter) |
| std::string | getContextIdentifierTag () const |
| bool | setContextIdentifier (unsigned long idx, std::string ¶meter) |
| bool | getMappingResource (unsigned long idx, std::string ¶meter) |
| bool | getMappingResource (DRTScheduledProtocolCodeSequence::Item &item, std::string ¶meter) |
| std::string | getMappingResourceTag () const |
| bool | setMappingResource (unsigned long idx, std::string ¶meter) |
| DRTProtocolContextSequence & | getProtocolContextSequence (unsigned long idx) |
| std::string | getProtocolContextSequenceTag () const |
| void | setSequence (DRTScheduledProtocolCodeSequence *dcmSequence) |
| Set the DRTScheduledProtocolCodeSequence this interface class provides access to. | |
| DRTScheduledProtocolCodeSequence * | getSequence () const |
| Return the DRTScheduledProtocolCodeSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTScheduledProtocolCodeSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTScheduledProtocolCodeSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTScheduledProtocolCodeSequence::Item * | addItem () |
| Return number of items the internal sequence consists of. | |
| bool | insertItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| bool | removeItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
Protected Attributes | |
| DRTScheduledProtocolCodeSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 43 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| ml::DcmDRTScheduledProtocolCodeSequenceInterface::DcmDRTScheduledProtocolCodeSequenceInterface | ( | DRTScheduledProtocolCodeSequence * | _dcmSequence = NULL |
) | [inline] |
Default Constructor.
Definition at line 47 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| virtual ml::DcmDRTScheduledProtocolCodeSequenceInterface::~DcmDRTScheduledProtocolCodeSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 50 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| DRTScheduledProtocolCodeSequence::Item* ml::DcmDRTScheduledProtocolCodeSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 154 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodeMeaning | ( | DRTScheduledProtocolCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodeMeaning | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodeMeaningTag | ( | ) | const [inline] |
Definition at line 54 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodeValue | ( | DRTScheduledProtocolCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodeValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodeValueTag | ( | ) | const [inline] |
Definition at line 60 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodingSchemeDesignator | ( | DRTScheduledProtocolCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodingSchemeDesignator | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodingSchemeDesignatorTag | ( | ) | const [inline] |
Definition at line 66 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodingSchemeVersion | ( | DRTScheduledProtocolCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodingSchemeVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTScheduledProtocolCodeSequenceInterface::getCodingSchemeVersionTag | ( | ) | const [inline] |
Definition at line 72 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupExtensionCreatorUID | ( | DRTScheduledProtocolCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupExtensionCreatorUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupExtensionCreatorUIDTag | ( | ) | const [inline] |
Definition at line 78 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupExtensionFlag | ( | DRTScheduledProtocolCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupExtensionFlag | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupExtensionFlagTag | ( | ) | const [inline] |
Definition at line 84 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupLocalVersion | ( | DRTScheduledProtocolCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupLocalVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupLocalVersionTag | ( | ) | const [inline] |
Definition at line 90 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupVersion | ( | DRTScheduledProtocolCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextGroupVersionTag | ( | ) | const [inline] |
Definition at line 96 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextIdentifier | ( | DRTScheduledProtocolCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextIdentifier | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTScheduledProtocolCodeSequenceInterface::getContextIdentifierTag | ( | ) | const [inline] |
Definition at line 102 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| DRTScheduledProtocolCodeSequence::Item* ml::DcmDRTScheduledProtocolCodeSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 145 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getMappingResource | ( | DRTScheduledProtocolCodeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::getMappingResource | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTScheduledProtocolCodeSequenceInterface::getMappingResourceTag | ( | ) | const [inline] |
Definition at line 108 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| MLint ml::DcmDRTScheduledProtocolCodeSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 136 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| DRTProtocolContextSequence& ml::DcmDRTScheduledProtocolCodeSequenceInterface::getProtocolContextSequence | ( | unsigned long | idx | ) |
| std::string ml::DcmDRTScheduledProtocolCodeSequenceInterface::getProtocolContextSequenceTag | ( | ) | const [inline] |
Definition at line 113 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| DRTScheduledProtocolCodeSequence* ml::DcmDRTScheduledProtocolCodeSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTScheduledProtocolCodeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTScheduledProtocolCodeSequence |
Definition at line 124 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTScheduledProtocolCodeSequence is set.
Definition at line 130 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 165 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 176 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::setCodeMeaning | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::setCodeValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::setCodingSchemeDesignator | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::setCodingSchemeVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::setContextGroupExtensionCreatorUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::setContextGroupExtensionFlag | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::setContextGroupLocalVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::setContextGroupVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::setContextIdentifier | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTScheduledProtocolCodeSequenceInterface::setMappingResource | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTScheduledProtocolCodeSequenceInterface::setSequence | ( | DRTScheduledProtocolCodeSequence * | dcmSequence | ) | [inline] |
Set the DRTScheduledProtocolCodeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTScheduledProtocolCodeSequence |
Definition at line 118 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
DRTScheduledProtocolCodeSequence* ml::DcmDRTScheduledProtocolCodeSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 186 of file mlDcmDRTScheduledProtocolCodeSequenceInterface.h.
1.5.8