|
MeVisLab Toolbox Reference
|
Class to provide access to DRTRecordedBlockSequence. More...
#include <mlDcmDRTRecordedBlockSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTRecordedBlockSequenceInterface () | |
| DcmDRTRecordedBlockSequenceInterface (std::vector< DcmDRTRecordedBlockSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTRecordedBlockSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTRecordedBlockSequenceInterface () |
| Default virtual Destructor. | |
| bool | getAccessoryCode (unsigned long idx, std::string ¶meter) const |
| bool | getAccessoryCode (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getAccessoryCodeTag () const |
| bool | setAccessoryCode (unsigned long idx, std::string parameter) |
| bool | getBlockName (unsigned long idx, std::string ¶meter) const |
| bool | getBlockName (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBlockNameTag () const |
| bool | setBlockName (unsigned long idx, std::string parameter) |
| bool | getBlockTrayID (unsigned long idx, std::string ¶meter) const |
| bool | getBlockTrayID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBlockTrayIDTag () const |
| bool | setBlockTrayID (unsigned long idx, std::string parameter) |
| bool | getReferencedBlockNumber (unsigned long idx, std::string ¶meter) const |
| bool | getReferencedBlockNumber (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getReferencedBlockNumberTag () const |
| bool | setReferencedBlockNumber (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTRecordedBlockSequenceInterface::Item > dcmSequence) |
| Set the DRTRecordedBlockSequence this interface class provides access to. | |
| std::vector< DcmDRTRecordedBlockSequenceInterface::Item > | 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. | |
| DcmDRTRecordedBlockSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTRecordedBlockSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTRecordedBlockSequenceInterface::Item newItem) |
| bool | insertItem (const size_t idx) |
| Insert an item at the indicated position. | |
| bool | removeItem (const size_t idx) |
| Removes the indicated item from the sequence. | |
Protected Attributes | |
| std::vector< DcmDRTRecordedBlockSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTRecordedBlockSequence.
Definition at line 43 of file mlDcmDRTRecordedBlockSequenceInterface.h.
|
inline |
Definition at line 93 of file mlDcmDRTRecordedBlockSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 96 of file mlDcmDRTRecordedBlockSequenceInterface.h.
|
inline |
Definition at line 98 of file mlDcmDRTRecordedBlockSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 106 of file mlDcmDRTRecordedBlockSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 167 of file mlDcmDRTRecordedBlockSequenceInterface.h.
|
inline |
Definition at line 172 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| bool ml::DcmDRTRecordedBlockSequenceInterface::getAccessoryCode | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRecordedBlockSequenceInterface::getAccessoryCode | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 110 of file mlDcmDRTRecordedBlockSequenceInterface.h.
Referenced by DRTRecordedBlockSequenceWrapper::getAccessoryCodeTag().
| bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockName | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockName | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 116 of file mlDcmDRTRecordedBlockSequenceInterface.h.
Referenced by DRTRecordedBlockSequenceWrapper::getBlockNameTag().
| bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockTrayID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockTrayID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 122 of file mlDcmDRTRecordedBlockSequenceInterface.h.
Referenced by DRTRecordedBlockSequenceWrapper::getBlockTrayIDTag().
|
inline |
Gets the item at the indicated position.
Definition at line 158 of file mlDcmDRTRecordedBlockSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 152 of file mlDcmDRTRecordedBlockSequenceInterface.h.
| bool ml::DcmDRTRecordedBlockSequenceInterface::getReferencedBlockNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRecordedBlockSequenceInterface::getReferencedBlockNumber | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 128 of file mlDcmDRTRecordedBlockSequenceInterface.h.
Referenced by DRTRecordedBlockSequenceWrapper::getReferencedBlockNumberTag().
|
inline |
Return the DRTRecordedBlockSequence this interface class provides access to.
| dcmSequence | Pointer to DRTRecordedBlockSequence |
Definition at line 140 of file mlDcmDRTRecordedBlockSequenceInterface.h.
Referenced by DRTRecordedBlockSequenceWrapper::DRTRecordedBlockSequenceWrapper(), and DRTRecordedBlockSequenceWrapper::operator=().
|
inline |
Check if the DRTRecordedBlockSequence is set.
Definition at line 146 of file mlDcmDRTRecordedBlockSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 178 of file mlDcmDRTRecordedBlockSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 190 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 | ||
| ) |
|
inline |
Set the DRTRecordedBlockSequence this interface class provides access to.
| dcmSequence | Pointer to DRTRecordedBlockSequence |
Definition at line 134 of file mlDcmDRTRecordedBlockSequenceInterface.h.
Referenced by DRTRecordedBlockSequenceWrapper::DRTRecordedBlockSequenceWrapper(), and DRTRecordedBlockSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 202 of file mlDcmDRTRecordedBlockSequenceInterface.h.