#include <mlDcmDRTMotionSynchronizationSequenceInterface.h>
Public Member Functions | |
| DcmDRTMotionSynchronizationSequenceInterface (DRTMotionSynchronizationSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTMotionSynchronizationSequenceInterface () |
| Default virtual Destructor. | |
| bool | getRespiratoryMotionCompensationTechnique (unsigned long idx, std::string ¶meter) |
| bool | getRespiratoryMotionCompensationTechnique (DRTMotionSynchronizationSequence::Item &item, std::string ¶meter) |
| std::string | getRespiratoryMotionCompensationTechniqueTag () const |
| bool | setRespiratoryMotionCompensationTechnique (unsigned long idx, std::string ¶meter) |
| bool | getRespiratoryMotionCompensationTechniqueDescription (unsigned long idx, std::string ¶meter) |
| bool | getRespiratoryMotionCompensationTechniqueDescription (DRTMotionSynchronizationSequence::Item &item, std::string ¶meter) |
| std::string | getRespiratoryMotionCompensationTechniqueDescriptionTag () const |
| bool | setRespiratoryMotionCompensationTechniqueDescription (unsigned long idx, std::string ¶meter) |
| bool | getRespiratorySignalSource (unsigned long idx, std::string ¶meter) |
| bool | getRespiratorySignalSource (DRTMotionSynchronizationSequence::Item &item, std::string ¶meter) |
| std::string | getRespiratorySignalSourceTag () const |
| bool | setRespiratorySignalSource (unsigned long idx, std::string ¶meter) |
| bool | getRespiratorySignalSourceID (unsigned long idx, std::string ¶meter) |
| bool | getRespiratorySignalSourceID (DRTMotionSynchronizationSequence::Item &item, std::string ¶meter) |
| std::string | getRespiratorySignalSourceIDTag () const |
| bool | setRespiratorySignalSourceID (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTMotionSynchronizationSequence *dcmSequence) |
| Set the DRTMotionSynchronizationSequence this interface class provides access to. | |
| DRTMotionSynchronizationSequence * | getSequence () const |
| Return the DRTMotionSynchronizationSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTMotionSynchronizationSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTMotionSynchronizationSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTMotionSynchronizationSequence::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 | |
| DRTMotionSynchronizationSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| ml::DcmDRTMotionSynchronizationSequenceInterface::DcmDRTMotionSynchronizationSequenceInterface | ( | DRTMotionSynchronizationSequence * | _dcmSequence = NULL |
) | [inline] |
Default Constructor.
Definition at line 46 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| virtual ml::DcmDRTMotionSynchronizationSequenceInterface::~DcmDRTMotionSynchronizationSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 49 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| DRTMotionSynchronizationSequence::Item* ml::DcmDRTMotionSynchronizationSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 113 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| DRTMotionSynchronizationSequence::Item* ml::DcmDRTMotionSynchronizationSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 104 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| MLint ml::DcmDRTMotionSynchronizationSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 95 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratoryMotionCompensationTechnique | ( | DRTMotionSynchronizationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratoryMotionCompensationTechnique | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratoryMotionCompensationTechniqueDescription | ( | DRTMotionSynchronizationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratoryMotionCompensationTechniqueDescription | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratoryMotionCompensationTechniqueDescriptionTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| std::string ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratoryMotionCompensationTechniqueTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratorySignalSource | ( | DRTMotionSynchronizationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratorySignalSource | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratorySignalSourceID | ( | DRTMotionSynchronizationSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratorySignalSourceID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratorySignalSourceIDTag | ( | ) | const [inline] |
Definition at line 71 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| std::string ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratorySignalSourceTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| DRTMotionSynchronizationSequence* ml::DcmDRTMotionSynchronizationSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTMotionSynchronizationSequence this interface class provides access to.
| dcmSequence | Pointer to DRTMotionSynchronizationSequence |
Definition at line 83 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTMotionSynchronizationSequence is set.
Definition at line 89 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 124 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 135 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::setRespiratoryMotionCompensationTechnique | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::setRespiratoryMotionCompensationTechniqueDescription | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::setRespiratorySignalSource | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::setRespiratorySignalSourceID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTMotionSynchronizationSequenceInterface::setSequence | ( | DRTMotionSynchronizationSequence * | dcmSequence | ) | [inline] |
Set the DRTMotionSynchronizationSequence this interface class provides access to.
| dcmSequence | Pointer to DRTMotionSynchronizationSequence |
Definition at line 77 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
DRTMotionSynchronizationSequence* ml::DcmDRTMotionSynchronizationSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 145 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
1.5.8