#include <mlDcmDRTRTReferencedSeriesSequenceInterface.h>
Public Member Functions | |
| DcmDRTRTReferencedSeriesSequenceInterface (DRTRTReferencedSeriesSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTRTReferencedSeriesSequenceInterface () |
| Default virtual Destructor. | |
| bool | getSeriesInstanceUID (unsigned long idx, std::string ¶meter) |
| bool | getSeriesInstanceUID (DRTRTReferencedSeriesSequence::Item &item, std::string ¶meter) |
| std::string | getSeriesInstanceUIDTag () const |
| bool | setSeriesInstanceUID (unsigned long idx, std::string ¶meter) |
| DRTContourImageSequence & | getContourImageSequence (unsigned long idx) |
| std::string | getContourImageSequenceTag () const |
| void | setSequence (DRTRTReferencedSeriesSequence *dcmSequence) |
| Set the DRTRTReferencedSeriesSequence this interface class provides access to. | |
| DRTRTReferencedSeriesSequence * | getSequence () const |
| Return the DRTRTReferencedSeriesSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTRTReferencedSeriesSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTRTReferencedSeriesSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTRTReferencedSeriesSequence::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 | |
| DRTRTReferencedSeriesSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 43 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| ml::DcmDRTRTReferencedSeriesSequenceInterface::DcmDRTRTReferencedSeriesSequenceInterface | ( | DRTRTReferencedSeriesSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTRTReferencedSeriesSequenceInterface::~DcmDRTRTReferencedSeriesSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 50 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| DRTRTReferencedSeriesSequence::Item* ml::DcmDRTRTReferencedSeriesSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 100 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| DRTContourImageSequence& ml::DcmDRTRTReferencedSeriesSequenceInterface::getContourImageSequence | ( | unsigned long | idx | ) |
| std::string ml::DcmDRTRTReferencedSeriesSequenceInterface::getContourImageSequenceTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| DRTRTReferencedSeriesSequence::Item* ml::DcmDRTRTReferencedSeriesSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 91 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| MLint ml::DcmDRTRTReferencedSeriesSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 82 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| DRTRTReferencedSeriesSequence* ml::DcmDRTRTReferencedSeriesSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTRTReferencedSeriesSequence this interface class provides access to.
| dcmSequence | Pointer to DRTRTReferencedSeriesSequence |
Definition at line 70 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| bool ml::DcmDRTRTReferencedSeriesSequenceInterface::getSeriesInstanceUID | ( | DRTRTReferencedSeriesSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTRTReferencedSeriesSequenceInterface::getSeriesInstanceUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTRTReferencedSeriesSequenceInterface::getSeriesInstanceUIDTag | ( | ) | const [inline] |
Definition at line 54 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| bool ml::DcmDRTRTReferencedSeriesSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTRTReferencedSeriesSequence is set.
Definition at line 76 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| bool ml::DcmDRTRTReferencedSeriesSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 111 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| bool ml::DcmDRTRTReferencedSeriesSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 122 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| void ml::DcmDRTRTReferencedSeriesSequenceInterface::setSequence | ( | DRTRTReferencedSeriesSequence * | dcmSequence | ) | [inline] |
Set the DRTRTReferencedSeriesSequence this interface class provides access to.
| dcmSequence | Pointer to DRTRTReferencedSeriesSequence |
Definition at line 64 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| bool ml::DcmDRTRTReferencedSeriesSequenceInterface::setSeriesInstanceUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
DRTRTReferencedSeriesSequence* ml::DcmDRTRTReferencedSeriesSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 132 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
1.5.8