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