#include <mlDcmDRTCompensatorSequenceInterface.h>
Public Member Functions | |
| DcmDRTCompensatorSequenceInterface (DRTCompensatorSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTCompensatorSequenceInterface () |
| Default virtual Destructor. | |
| bool | getAccessoryCode (unsigned long idx, std::string ¶meter) |
| bool | getAccessoryCode (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getAccessoryCodeTag () const |
| bool | setAccessoryCode (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorColumns (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorColumns (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getCompensatorColumnsTag () const |
| bool | setCompensatorColumns (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorDivergence (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorDivergence (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getCompensatorDivergenceTag () const |
| bool | setCompensatorDivergence (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorID (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorID (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getCompensatorIDTag () const |
| bool | setCompensatorID (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorMountingPosition (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorMountingPosition (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getCompensatorMountingPositionTag () const |
| bool | setCompensatorMountingPosition (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorNumber (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorNumber (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getCompensatorNumberTag () const |
| bool | setCompensatorNumber (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorPixelSpacing (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorPixelSpacing (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getCompensatorPixelSpacingTag () const |
| bool | setCompensatorPixelSpacing (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorPosition (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorPosition (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getCompensatorPositionTag () const |
| bool | setCompensatorPosition (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorRows (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorRows (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getCompensatorRowsTag () const |
| bool | setCompensatorRows (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorThicknessData (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorThicknessData (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getCompensatorThicknessDataTag () const |
| bool | setCompensatorThicknessData (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorTransmissionData (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorTransmissionData (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getCompensatorTransmissionDataTag () const |
| bool | setCompensatorTransmissionData (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorType (unsigned long idx, std::string ¶meter) |
| bool | getCompensatorType (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getCompensatorTypeTag () const |
| bool | setCompensatorType (unsigned long idx, std::string ¶meter) |
| bool | getMaterialID (unsigned long idx, std::string ¶meter) |
| bool | getMaterialID (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getMaterialIDTag () const |
| bool | setMaterialID (unsigned long idx, std::string ¶meter) |
| bool | getSourceToCompensatorDistance (unsigned long idx, std::string ¶meter) |
| bool | getSourceToCompensatorDistance (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getSourceToCompensatorDistanceTag () const |
| bool | setSourceToCompensatorDistance (unsigned long idx, std::string ¶meter) |
| bool | getSourceToCompensatorTrayDistance (unsigned long idx, std::string ¶meter) |
| bool | getSourceToCompensatorTrayDistance (DRTCompensatorSequence::Item &item, std::string ¶meter) |
| std::string | getSourceToCompensatorTrayDistanceTag () const |
| bool | setSourceToCompensatorTrayDistance (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTCompensatorSequence *dcmSequence) |
| Set the DRTCompensatorSequence this interface class provides access to. | |
| DRTCompensatorSequence * | 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. | |
| DRTCompensatorSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTCompensatorSequence::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 | |
| DRTCompensatorSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTCompensatorSequenceInterface.h.
| ml::DcmDRTCompensatorSequenceInterface::DcmDRTCompensatorSequenceInterface | ( | DRTCompensatorSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTCompensatorSequenceInterface::~DcmDRTCompensatorSequenceInterface | ( | ) | [inline, virtual] |
| DRTCompensatorSequence::Item* ml::DcmDRTCompensatorSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 179 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getAccessoryCode | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getAccessoryCode | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getAccessoryCodeTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorColumns | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorColumns | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getCompensatorColumnsTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorDivergence | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorDivergence | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getCompensatorDivergenceTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorID | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getCompensatorIDTag | ( | ) | const [inline] |
Definition at line 71 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorMountingPosition | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorMountingPosition | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getCompensatorMountingPositionTag | ( | ) | const [inline] |
Definition at line 77 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorNumber | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getCompensatorNumberTag | ( | ) | const [inline] |
Definition at line 83 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorPixelSpacing | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorPixelSpacing | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getCompensatorPixelSpacingTag | ( | ) | const [inline] |
Definition at line 89 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorPosition | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorPosition | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getCompensatorPositionTag | ( | ) | const [inline] |
Definition at line 95 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorRows | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorRows | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getCompensatorRowsTag | ( | ) | const [inline] |
Definition at line 101 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorThicknessData | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorThicknessData | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getCompensatorThicknessDataTag | ( | ) | const [inline] |
Definition at line 107 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorTransmissionData | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorTransmissionData | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getCompensatorTransmissionDataTag | ( | ) | const [inline] |
Definition at line 113 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorType | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getCompensatorType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getCompensatorTypeTag | ( | ) | const [inline] |
Definition at line 119 of file mlDcmDRTCompensatorSequenceInterface.h.
| DRTCompensatorSequence::Item* ml::DcmDRTCompensatorSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 170 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getMaterialID | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getMaterialID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getMaterialIDTag | ( | ) | const [inline] |
Definition at line 125 of file mlDcmDRTCompensatorSequenceInterface.h.
| MLint ml::DcmDRTCompensatorSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 161 of file mlDcmDRTCompensatorSequenceInterface.h.
| DRTCompensatorSequence* ml::DcmDRTCompensatorSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTCompensatorSequence this interface class provides access to.
| dcmSequence | Pointer to DRTCompensatorSequence |
Definition at line 149 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getSourceToCompensatorDistance | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getSourceToCompensatorDistance | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getSourceToCompensatorDistanceTag | ( | ) | const [inline] |
Definition at line 131 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::getSourceToCompensatorTrayDistance | ( | DRTCompensatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::getSourceToCompensatorTrayDistance | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTCompensatorSequenceInterface::getSourceToCompensatorTrayDistanceTag | ( | ) | const [inline] |
Definition at line 137 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTCompensatorSequence is set.
Definition at line 155 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 190 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 201 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::setAccessoryCode | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setCompensatorColumns | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setCompensatorDivergence | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setCompensatorID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setCompensatorMountingPosition | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setCompensatorNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setCompensatorPixelSpacing | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setCompensatorPosition | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setCompensatorRows | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setCompensatorThicknessData | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setCompensatorTransmissionData | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setCompensatorType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setMaterialID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTCompensatorSequenceInterface::setSequence | ( | DRTCompensatorSequence * | dcmSequence | ) | [inline] |
Set the DRTCompensatorSequence this interface class provides access to.
| dcmSequence | Pointer to DRTCompensatorSequence |
Definition at line 143 of file mlDcmDRTCompensatorSequenceInterface.h.
| bool ml::DcmDRTCompensatorSequenceInterface::setSourceToCompensatorDistance | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTCompensatorSequenceInterface::setSourceToCompensatorTrayDistance | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
DRTCompensatorSequence* ml::DcmDRTCompensatorSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 211 of file mlDcmDRTCompensatorSequenceInterface.h.
1.5.8