#include <mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h>
Public Member Functions | |
| DcmDRTRecordedLateralSpreadingDeviceSequenceInterface (DRTRecordedLateralSpreadingDeviceSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTRecordedLateralSpreadingDeviceSequenceInterface () |
| Default virtual Destructor. | |
| bool | getAccessoryCode (unsigned long idx, std::string ¶meter) |
| bool | getAccessoryCode (DRTRecordedLateralSpreadingDeviceSequence::Item &item, std::string ¶meter) |
| std::string | getAccessoryCodeTag () const |
| bool | setAccessoryCode (unsigned long idx, std::string ¶meter) |
| bool | getLateralSpreadingDeviceID (unsigned long idx, std::string ¶meter) |
| bool | getLateralSpreadingDeviceID (DRTRecordedLateralSpreadingDeviceSequence::Item &item, std::string ¶meter) |
| std::string | getLateralSpreadingDeviceIDTag () const |
| bool | setLateralSpreadingDeviceID (unsigned long idx, std::string ¶meter) |
| bool | getReferencedLateralSpreadingDeviceNumber (unsigned long idx, std::string ¶meter) |
| bool | getReferencedLateralSpreadingDeviceNumber (DRTRecordedLateralSpreadingDeviceSequence::Item &item, std::string ¶meter) |
| std::string | getReferencedLateralSpreadingDeviceNumberTag () const |
| bool | setReferencedLateralSpreadingDeviceNumber (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTRecordedLateralSpreadingDeviceSequence *dcmSequence) |
| Set the DRTRecordedLateralSpreadingDeviceSequence this interface class provides access to. | |
| DRTRecordedLateralSpreadingDeviceSequence * | getSequence () const |
| Return the DRTRecordedLateralSpreadingDeviceSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTRecordedLateralSpreadingDeviceSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTRecordedLateralSpreadingDeviceSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTRecordedLateralSpreadingDeviceSequence::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 | |
| DRTRecordedLateralSpreadingDeviceSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface | ( | DRTRecordedLateralSpreadingDeviceSequence * | _dcmSequence = NULL |
) | [inline] |
Default Constructor.
Definition at line 46 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| virtual ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::~DcmDRTRecordedLateralSpreadingDeviceSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 49 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| DRTRecordedLateralSpreadingDeviceSequence::Item* ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 107 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getAccessoryCode | ( | DRTRecordedLateralSpreadingDeviceSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getAccessoryCode | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getAccessoryCodeTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| DRTRecordedLateralSpreadingDeviceSequence::Item* ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 98 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getLateralSpreadingDeviceID | ( | DRTRecordedLateralSpreadingDeviceSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getLateralSpreadingDeviceID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getLateralSpreadingDeviceIDTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| MLint ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 89 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getReferencedLateralSpreadingDeviceNumber | ( | DRTRecordedLateralSpreadingDeviceSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getReferencedLateralSpreadingDeviceNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getReferencedLateralSpreadingDeviceNumberTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| DRTRecordedLateralSpreadingDeviceSequence* ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTRecordedLateralSpreadingDeviceSequence this interface class provides access to.
| dcmSequence | Pointer to DRTRecordedLateralSpreadingDeviceSequence |
Definition at line 77 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTRecordedLateralSpreadingDeviceSequence is set.
Definition at line 83 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 118 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 129 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::setAccessoryCode | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::setLateralSpreadingDeviceID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::setReferencedLateralSpreadingDeviceNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::setSequence | ( | DRTRecordedLateralSpreadingDeviceSequence * | dcmSequence | ) | [inline] |
Set the DRTRecordedLateralSpreadingDeviceSequence this interface class provides access to.
| dcmSequence | Pointer to DRTRecordedLateralSpreadingDeviceSequence |
Definition at line 71 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
DRTRecordedLateralSpreadingDeviceSequence* ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 139 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
1.5.8