Class to provide access to DRTRecordedBlockSequence.
More...
#include <mlDcmDRTRecordedBlockSequenceInterface.h>
|
| 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.
|
|
Class to provide access to DRTRecordedBlockSequence.
Definition at line 43 of file mlDcmDRTRecordedBlockSequenceInterface.h.
◆ DcmDRTRecordedBlockSequenceInterface() [1/3]
ml::DcmDRTRecordedBlockSequenceInterface::DcmDRTRecordedBlockSequenceInterface |
( |
| ) |
|
|
inline |
◆ DcmDRTRecordedBlockSequenceInterface() [2/3]
◆ DcmDRTRecordedBlockSequenceInterface() [3/3]
ml::DcmDRTRecordedBlockSequenceInterface::DcmDRTRecordedBlockSequenceInterface |
( |
DCMTree::TreePtrVector | treePtrSeq | ) |
|
|
inline |
◆ ~DcmDRTRecordedBlockSequenceInterface()
virtual ml::DcmDRTRecordedBlockSequenceInterface::~DcmDRTRecordedBlockSequenceInterface |
( |
| ) |
|
|
inlinevirtual |
◆ addItem() [1/2]
◆ addItem() [2/2]
◆ getAccessoryCode() [1/2]
bool ml::DcmDRTRecordedBlockSequenceInterface::getAccessoryCode |
( |
DCMTree::TreePtr | item, |
|
|
std::string & | parameter ) const |
◆ getAccessoryCode() [2/2]
bool ml::DcmDRTRecordedBlockSequenceInterface::getAccessoryCode |
( |
unsigned long | idx, |
|
|
std::string & | parameter ) const |
◆ getAccessoryCodeTag()
std::string ml::DcmDRTRecordedBlockSequenceInterface::getAccessoryCodeTag |
( |
| ) |
const |
|
inline |
◆ getBlockName() [1/2]
bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockName |
( |
DCMTree::TreePtr | item, |
|
|
std::string & | parameter ) const |
◆ getBlockName() [2/2]
bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockName |
( |
unsigned long | idx, |
|
|
std::string & | parameter ) const |
◆ getBlockNameTag()
std::string ml::DcmDRTRecordedBlockSequenceInterface::getBlockNameTag |
( |
| ) |
const |
|
inline |
◆ getBlockTrayID() [1/2]
bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockTrayID |
( |
DCMTree::TreePtr | item, |
|
|
std::string & | parameter ) const |
◆ getBlockTrayID() [2/2]
bool ml::DcmDRTRecordedBlockSequenceInterface::getBlockTrayID |
( |
unsigned long | idx, |
|
|
std::string & | parameter ) const |
◆ getBlockTrayIDTag()
std::string ml::DcmDRTRecordedBlockSequenceInterface::getBlockTrayIDTag |
( |
| ) |
const |
|
inline |
◆ getItem()
◆ getNumberOfItems()
MLint ml::DcmDRTRecordedBlockSequenceInterface::getNumberOfItems |
( |
| ) |
const |
|
inline |
◆ getReferencedBlockNumber() [1/2]
bool ml::DcmDRTRecordedBlockSequenceInterface::getReferencedBlockNumber |
( |
DCMTree::TreePtr | item, |
|
|
std::string & | parameter ) const |
◆ getReferencedBlockNumber() [2/2]
bool ml::DcmDRTRecordedBlockSequenceInterface::getReferencedBlockNumber |
( |
unsigned long | idx, |
|
|
std::string & | parameter ) const |
◆ getReferencedBlockNumberTag()
std::string ml::DcmDRTRecordedBlockSequenceInterface::getReferencedBlockNumberTag |
( |
| ) |
const |
|
inline |
◆ getSequence()
◆ hasSequence()
bool ml::DcmDRTRecordedBlockSequenceInterface::hasSequence |
( |
| ) |
const |
|
inline |
◆ insertItem()
bool ml::DcmDRTRecordedBlockSequenceInterface::insertItem |
( |
const size_t | idx | ) |
|
|
inline |
◆ removeItem()
bool ml::DcmDRTRecordedBlockSequenceInterface::removeItem |
( |
const size_t | idx | ) |
|
|
inline |
◆ setAccessoryCode()
bool ml::DcmDRTRecordedBlockSequenceInterface::setAccessoryCode |
( |
unsigned long | idx, |
|
|
std::string | parameter ) |
◆ setBlockName()
bool ml::DcmDRTRecordedBlockSequenceInterface::setBlockName |
( |
unsigned long | idx, |
|
|
std::string | parameter ) |
◆ setBlockTrayID()
bool ml::DcmDRTRecordedBlockSequenceInterface::setBlockTrayID |
( |
unsigned long | idx, |
|
|
std::string | parameter ) |
◆ setReferencedBlockNumber()
bool ml::DcmDRTRecordedBlockSequenceInterface::setReferencedBlockNumber |
( |
unsigned long | idx, |
|
|
std::string | parameter ) |
◆ setSequence()
◆ _itemVec
The documentation for this class was generated from the following file: