#include <mlDcmDRTRecordedBlockSequenceInterface.h>
Public Member Functions | |
| DcmDRTRecordedBlockSequenceInterface (DRTRecordedBlockSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTRecordedBlockSequenceInterface () |
| Default virtual Destructor. | |
| bool | getAccessoryCode (unsigned long idx, std::string ¶meter) |
| bool | getAccessoryCode (DRTRecordedBlockSequence::Item &item, std::string ¶meter) |
| std::string | getAccessoryCodeTag () const |
| bool | setAccessoryCode (unsigned long idx, std::string ¶meter) |
| bool | getBlockName (unsigned long idx, std::string ¶meter) |
| bool | getBlockName (DRTRecordedBlockSequence::Item &item, std::string ¶meter) |
| std::string | getBlockNameTag () const |
| bool | setBlockName (unsigned long idx, std::string ¶meter) |
| bool | getBlockTrayID (unsigned long idx, std::string ¶meter) |
| bool | getBlockTrayID (DRTRecordedBlockSequence::Item &item, std::string ¶meter) |
| std::string | getBlockTrayIDTag () const |
| bool | setBlockTrayID (unsigned long idx, std::string ¶meter) |
| bool | getReferencedBlockNumber (unsigned long idx, std::string ¶meter) |
| bool | getReferencedBlockNumber (DRTRecordedBlockSequence::Item &item, std::string ¶meter) |
| std::string | getReferencedBlockNumberTag () const |
| bool | setReferencedBlockNumber (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTRecordedBlockSequence *dcmSequence) |
| Set the DRTRecordedBlockSequence this interface class provides access to. | |
| DRTRecordedBlockSequence * | getSequence () const |
| Return the DRTRecordedBlockSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTRecordedBlockSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTRecordedBlockSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTRecordedBlockSequence::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 | |
| DRTRecordedBlockSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| ml::DcmDRTRecordedBlockSequenceInterface::DcmDRTRecordedBlockSequenceInterface | ( | DRTRecordedBlockSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTRecordedBlockSequenceInterface::~DcmDRTRecordedBlockSequenceInterface | ( | ) | [inline, virtual] |
| DRTRecordedBlockSequence::Item* ml::DcmDRTRecordedBlockSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 113 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| bool ml::DcmDRTRecordedBlockSequenceInterface::getAccessoryCode | ( | DRTRecordedBlockSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRecordedBlockSequenceInterface::getAccessoryCode | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTRecordedBlockSequenceInterface::getAccessoryCodeTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockName | ( | DRTRecordedBlockSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTRecordedBlockSequenceInterface::getBlockNameTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockTrayID | ( | DRTRecordedBlockSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockTrayID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTRecordedBlockSequenceInterface::getBlockTrayIDTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| DRTRecordedBlockSequence::Item* ml::DcmDRTRecordedBlockSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 104 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| MLint ml::DcmDRTRecordedBlockSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 95 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| bool ml::DcmDRTRecordedBlockSequenceInterface::getReferencedBlockNumber | ( | DRTRecordedBlockSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRecordedBlockSequenceInterface::getReferencedBlockNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTRecordedBlockSequenceInterface::getReferencedBlockNumberTag | ( | ) | const [inline] |
Definition at line 71 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| DRTRecordedBlockSequence* ml::DcmDRTRecordedBlockSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTRecordedBlockSequence this interface class provides access to.
| dcmSequence | Pointer to DRTRecordedBlockSequence |
Definition at line 83 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| bool ml::DcmDRTRecordedBlockSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTRecordedBlockSequence is set.
Definition at line 89 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| bool ml::DcmDRTRecordedBlockSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 124 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| bool ml::DcmDRTRecordedBlockSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 135 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| bool ml::DcmDRTRecordedBlockSequenceInterface::setAccessoryCode | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRecordedBlockSequenceInterface::setBlockName | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRecordedBlockSequenceInterface::setBlockTrayID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRecordedBlockSequenceInterface::setReferencedBlockNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTRecordedBlockSequenceInterface::setSequence | ( | DRTRecordedBlockSequence * | dcmSequence | ) | [inline] |
Set the DRTRecordedBlockSequence this interface class provides access to.
| dcmSequence | Pointer to DRTRecordedBlockSequence |
Definition at line 77 of file mlDcmDRTRecordedBlockSequenceInterface.h.
DRTRecordedBlockSequence* ml::DcmDRTRecordedBlockSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 145 of file mlDcmDRTRecordedBlockSequenceInterface.h.
1.5.8