#include <mlDcmDRTContrastBolusAgentSequenceInterface.h>
Public Member Functions | |
| DcmDRTContrastBolusAgentSequenceInterface (DRTContrastBolusAgentSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTContrastBolusAgentSequenceInterface () |
| Default virtual Destructor. | |
| bool | getCodeMeaning (unsigned long idx, std::string ¶meter) |
| bool | getCodeMeaning (DRTContrastBolusAgentSequence::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 (DRTContrastBolusAgentSequence::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 (DRTContrastBolusAgentSequence::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 (DRTContrastBolusAgentSequence::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 (DRTContrastBolusAgentSequence::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 (DRTContrastBolusAgentSequence::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 (DRTContrastBolusAgentSequence::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 (DRTContrastBolusAgentSequence::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 (DRTContrastBolusAgentSequence::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 (DRTContrastBolusAgentSequence::Item &item, std::string ¶meter) |
| std::string | getMappingResourceTag () const |
| bool | setMappingResource (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTContrastBolusAgentSequence *dcmSequence) |
| Set the DRTContrastBolusAgentSequence this interface class provides access to. | |
| DRTContrastBolusAgentSequence * | getSequence () const |
| Return the DRTContrastBolusAgentSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTContrastBolusAgentSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTContrastBolusAgentSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTContrastBolusAgentSequence::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 | |
| DRTContrastBolusAgentSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| ml::DcmDRTContrastBolusAgentSequenceInterface::DcmDRTContrastBolusAgentSequenceInterface | ( | DRTContrastBolusAgentSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTContrastBolusAgentSequenceInterface::~DcmDRTContrastBolusAgentSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 49 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| DRTContrastBolusAgentSequence::Item* ml::DcmDRTContrastBolusAgentSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 149 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getCodeMeaning | ( | DRTContrastBolusAgentSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getCodeMeaning | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContrastBolusAgentSequenceInterface::getCodeMeaningTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getCodeValue | ( | DRTContrastBolusAgentSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getCodeValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContrastBolusAgentSequenceInterface::getCodeValueTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getCodingSchemeDesignator | ( | DRTContrastBolusAgentSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getCodingSchemeDesignator | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContrastBolusAgentSequenceInterface::getCodingSchemeDesignatorTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getCodingSchemeVersion | ( | DRTContrastBolusAgentSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getCodingSchemeVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContrastBolusAgentSequenceInterface::getCodingSchemeVersionTag | ( | ) | const [inline] |
Definition at line 71 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getContextGroupExtensionCreatorUID | ( | DRTContrastBolusAgentSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getContextGroupExtensionCreatorUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContrastBolusAgentSequenceInterface::getContextGroupExtensionCreatorUIDTag | ( | ) | const [inline] |
Definition at line 77 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getContextGroupExtensionFlag | ( | DRTContrastBolusAgentSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getContextGroupExtensionFlag | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContrastBolusAgentSequenceInterface::getContextGroupExtensionFlagTag | ( | ) | const [inline] |
Definition at line 83 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getContextGroupLocalVersion | ( | DRTContrastBolusAgentSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getContextGroupLocalVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContrastBolusAgentSequenceInterface::getContextGroupLocalVersionTag | ( | ) | const [inline] |
Definition at line 89 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getContextGroupVersion | ( | DRTContrastBolusAgentSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getContextGroupVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContrastBolusAgentSequenceInterface::getContextGroupVersionTag | ( | ) | const [inline] |
Definition at line 95 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getContextIdentifier | ( | DRTContrastBolusAgentSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getContextIdentifier | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContrastBolusAgentSequenceInterface::getContextIdentifierTag | ( | ) | const [inline] |
Definition at line 101 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| DRTContrastBolusAgentSequence::Item* ml::DcmDRTContrastBolusAgentSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 140 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getMappingResource | ( | DRTContrastBolusAgentSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::getMappingResource | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContrastBolusAgentSequenceInterface::getMappingResourceTag | ( | ) | const [inline] |
Definition at line 107 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| MLint ml::DcmDRTContrastBolusAgentSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 131 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| DRTContrastBolusAgentSequence* ml::DcmDRTContrastBolusAgentSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTContrastBolusAgentSequence this interface class provides access to.
| dcmSequence | Pointer to DRTContrastBolusAgentSequence |
Definition at line 119 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTContrastBolusAgentSequence is set.
Definition at line 125 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 160 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 171 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::setCodeMeaning | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::setCodeValue | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::setCodingSchemeDesignator | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::setCodingSchemeVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::setContextGroupExtensionCreatorUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::setContextGroupExtensionFlag | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::setContextGroupLocalVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::setContextGroupVersion | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::setContextIdentifier | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContrastBolusAgentSequenceInterface::setMappingResource | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTContrastBolusAgentSequenceInterface::setSequence | ( | DRTContrastBolusAgentSequence * | dcmSequence | ) | [inline] |
Set the DRTContrastBolusAgentSequence this interface class provides access to.
| dcmSequence | Pointer to DRTContrastBolusAgentSequence |
Definition at line 113 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
DRTContrastBolusAgentSequence* ml::DcmDRTContrastBolusAgentSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 181 of file mlDcmDRTContrastBolusAgentSequenceInterface.h.
1.5.8