|
| DcmDRTIonBlockSequenceInterface () |
|
| DcmDRTIonBlockSequenceInterface (std::vector< DcmDRTIonBlockSequenceInterface::Item > dcmSequence) |
| Default Constructor.
|
|
| DcmDRTIonBlockSequenceInterface (DCMTree::TreePtrVector treePtrSeq) |
|
virtual | ~DcmDRTIonBlockSequenceInterface () |
| 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 | getBlockData (unsigned long idx, std::string ¶meter) const |
|
bool | getBlockData (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getBlockDataTag () const |
|
bool | setBlockData (unsigned long idx, std::string parameter) |
|
bool | getBlockDivergence (unsigned long idx, std::string ¶meter) const |
|
bool | getBlockDivergence (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getBlockDivergenceTag () const |
|
bool | setBlockDivergence (unsigned long idx, std::string parameter) |
|
bool | getBlockMountingPosition (unsigned long idx, std::string ¶meter) const |
|
bool | getBlockMountingPosition (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getBlockMountingPositionTag () const |
|
bool | setBlockMountingPosition (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 | getBlockNumber (unsigned long idx, std::string ¶meter) const |
|
bool | getBlockNumber (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getBlockNumberTag () const |
|
bool | setBlockNumber (unsigned long idx, std::string parameter) |
|
bool | getBlockNumberOfPoints (unsigned long idx, std::string ¶meter) const |
|
bool | getBlockNumberOfPoints (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getBlockNumberOfPointsTag () const |
|
bool | setBlockNumberOfPoints (unsigned long idx, std::string parameter) |
|
bool | getBlockThickness (unsigned long idx, std::string ¶meter) const |
|
bool | getBlockThickness (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getBlockThicknessTag () const |
|
bool | setBlockThickness (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 | getBlockType (unsigned long idx, std::string ¶meter) const |
|
bool | getBlockType (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getBlockTypeTag () const |
|
bool | setBlockType (unsigned long idx, std::string parameter) |
|
bool | getIsocenterToBlockTrayDistance (unsigned long idx, float ¶meter) const |
|
bool | getIsocenterToBlockTrayDistance (DCMTree::TreePtr item, float ¶meter) const |
|
std::string | getIsocenterToBlockTrayDistanceTag () const |
|
bool | setIsocenterToBlockTrayDistance (unsigned long idx, float parameter) |
|
bool | getMaterialID (unsigned long idx, std::string ¶meter) const |
|
bool | getMaterialID (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getMaterialIDTag () const |
|
bool | setMaterialID (unsigned long idx, std::string parameter) |
|
void | setSequence (std::vector< DcmDRTIonBlockSequenceInterface::Item > dcmSequence) |
| Set the DRTIonBlockSequence this interface class provides access to.
|
|
std::vector< DcmDRTIonBlockSequenceInterface::Item > | getSequence () const |
| Return the DRTIonBlockSequence this interface class provides access to.
|
|
bool | hasSequence () const |
| Check if the DRTIonBlockSequence is set.
|
|
MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of.
|
|
DcmDRTIonBlockSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position.
|
|
DcmDRTIonBlockSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence.
|
|
void | addItem (DcmDRTIonBlockSequenceInterface::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 DRTIonBlockSequence.
Definition at line 43 of file mlDcmDRTIonBlockSequenceInterface.h.