|
| DcmDRTCompensatorSequenceInterface () |
|
| DcmDRTCompensatorSequenceInterface (std::vector< DcmDRTCompensatorSequenceInterface::Item > dcmSequence) |
| Default Constructor.
|
|
| DcmDRTCompensatorSequenceInterface (DCMTree::TreePtrVector treePtrSeq) |
|
virtual | ~DcmDRTCompensatorSequenceInterface () |
| 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 | getCompensatorColumns (unsigned long idx, std::string ¶meter) const |
|
bool | getCompensatorColumns (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getCompensatorColumnsTag () const |
|
bool | setCompensatorColumns (unsigned long idx, std::string parameter) |
|
bool | getCompensatorDivergence (unsigned long idx, std::string ¶meter) const |
|
bool | getCompensatorDivergence (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getCompensatorDivergenceTag () const |
|
bool | setCompensatorDivergence (unsigned long idx, std::string parameter) |
|
bool | getCompensatorID (unsigned long idx, std::string ¶meter) const |
|
bool | getCompensatorID (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getCompensatorIDTag () const |
|
bool | setCompensatorID (unsigned long idx, std::string parameter) |
|
bool | getCompensatorMountingPosition (unsigned long idx, std::string ¶meter) const |
|
bool | getCompensatorMountingPosition (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getCompensatorMountingPositionTag () const |
|
bool | setCompensatorMountingPosition (unsigned long idx, std::string parameter) |
|
bool | getCompensatorNumber (unsigned long idx, std::string ¶meter) const |
|
bool | getCompensatorNumber (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getCompensatorNumberTag () const |
|
bool | setCompensatorNumber (unsigned long idx, std::string parameter) |
|
bool | getCompensatorPixelSpacing (unsigned long idx, std::string ¶meter) const |
|
bool | getCompensatorPixelSpacing (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getCompensatorPixelSpacingTag () const |
|
bool | setCompensatorPixelSpacing (unsigned long idx, std::string parameter) |
|
bool | getCompensatorPosition (unsigned long idx, std::string ¶meter) const |
|
bool | getCompensatorPosition (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getCompensatorPositionTag () const |
|
bool | setCompensatorPosition (unsigned long idx, std::string parameter) |
|
bool | getCompensatorRows (unsigned long idx, std::string ¶meter) const |
|
bool | getCompensatorRows (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getCompensatorRowsTag () const |
|
bool | setCompensatorRows (unsigned long idx, std::string parameter) |
|
bool | getCompensatorThicknessData (unsigned long idx, std::string ¶meter) const |
|
bool | getCompensatorThicknessData (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getCompensatorThicknessDataTag () const |
|
bool | setCompensatorThicknessData (unsigned long idx, std::string parameter) |
|
bool | getCompensatorTransmissionData (unsigned long idx, std::string ¶meter) const |
|
bool | getCompensatorTransmissionData (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getCompensatorTransmissionDataTag () const |
|
bool | setCompensatorTransmissionData (unsigned long idx, std::string parameter) |
|
bool | getCompensatorType (unsigned long idx, std::string ¶meter) const |
|
bool | getCompensatorType (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getCompensatorTypeTag () const |
|
bool | setCompensatorType (unsigned long idx, std::string 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) |
|
bool | getSourceToCompensatorDistance (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceToCompensatorDistance (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceToCompensatorDistanceTag () const |
|
bool | setSourceToCompensatorDistance (unsigned long idx, std::string parameter) |
|
bool | getSourceToCompensatorTrayDistance (unsigned long idx, std::string ¶meter) const |
|
bool | getSourceToCompensatorTrayDistance (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getSourceToCompensatorTrayDistanceTag () const |
|
bool | setSourceToCompensatorTrayDistance (unsigned long idx, std::string parameter) |
|
void | setSequence (std::vector< DcmDRTCompensatorSequenceInterface::Item > dcmSequence) |
| Set the DRTCompensatorSequence this interface class provides access to.
|
|
std::vector< DcmDRTCompensatorSequenceInterface::Item > | getSequence () const |
| Return the DRTCompensatorSequence this interface class provides access to.
|
|
bool | hasSequence () const |
| Check if the DRTCompensatorSequence is set.
|
|
MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of.
|
|
DcmDRTCompensatorSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position.
|
|
DcmDRTCompensatorSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence.
|
|
void | addItem (DcmDRTCompensatorSequenceInterface::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 DRTCompensatorSequence.
Definition at line 43 of file mlDcmDRTCompensatorSequenceInterface.h.