#include <mlDcmDRTReferencedPatientSequenceInterface.h>
Public Member Functions | |
| DcmDRTReferencedPatientSequenceInterface (DRTReferencedPatientSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTReferencedPatientSequenceInterface () |
| Default virtual Destructor. | |
| bool | getReferencedSOPClassUID (unsigned long idx, std::string ¶meter) |
| bool | getReferencedSOPClassUID (DRTReferencedPatientSequence::Item &item, std::string ¶meter) |
| std::string | getReferencedSOPClassUIDTag () const |
| bool | setReferencedSOPClassUID (unsigned long idx, std::string ¶meter) |
| bool | getReferencedSOPInstanceUID (unsigned long idx, std::string ¶meter) |
| bool | getReferencedSOPInstanceUID (DRTReferencedPatientSequence::Item &item, std::string ¶meter) |
| std::string | getReferencedSOPInstanceUIDTag () const |
| bool | setReferencedSOPInstanceUID (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTReferencedPatientSequence *dcmSequence) |
| Set the DRTReferencedPatientSequence this interface class provides access to. | |
| DRTReferencedPatientSequence * | getSequence () const |
| Return the DRTReferencedPatientSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTReferencedPatientSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTReferencedPatientSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTReferencedPatientSequence::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 | |
| DRTReferencedPatientSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTReferencedPatientSequenceInterface.h.
| ml::DcmDRTReferencedPatientSequenceInterface::DcmDRTReferencedPatientSequenceInterface | ( | DRTReferencedPatientSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTReferencedPatientSequenceInterface::~DcmDRTReferencedPatientSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 49 of file mlDcmDRTReferencedPatientSequenceInterface.h.
| DRTReferencedPatientSequence::Item* ml::DcmDRTReferencedPatientSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 101 of file mlDcmDRTReferencedPatientSequenceInterface.h.
| DRTReferencedPatientSequence::Item* ml::DcmDRTReferencedPatientSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 92 of file mlDcmDRTReferencedPatientSequenceInterface.h.
| MLint ml::DcmDRTReferencedPatientSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 83 of file mlDcmDRTReferencedPatientSequenceInterface.h.
| bool ml::DcmDRTReferencedPatientSequenceInterface::getReferencedSOPClassUID | ( | DRTReferencedPatientSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTReferencedPatientSequenceInterface::getReferencedSOPClassUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTReferencedPatientSequenceInterface::getReferencedSOPClassUIDTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTReferencedPatientSequenceInterface.h.
| bool ml::DcmDRTReferencedPatientSequenceInterface::getReferencedSOPInstanceUID | ( | DRTReferencedPatientSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTReferencedPatientSequenceInterface::getReferencedSOPInstanceUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTReferencedPatientSequenceInterface::getReferencedSOPInstanceUIDTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTReferencedPatientSequenceInterface.h.
| DRTReferencedPatientSequence* ml::DcmDRTReferencedPatientSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTReferencedPatientSequence this interface class provides access to.
| dcmSequence | Pointer to DRTReferencedPatientSequence |
Definition at line 71 of file mlDcmDRTReferencedPatientSequenceInterface.h.
| bool ml::DcmDRTReferencedPatientSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTReferencedPatientSequence is set.
Definition at line 77 of file mlDcmDRTReferencedPatientSequenceInterface.h.
| bool ml::DcmDRTReferencedPatientSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 112 of file mlDcmDRTReferencedPatientSequenceInterface.h.
| bool ml::DcmDRTReferencedPatientSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 123 of file mlDcmDRTReferencedPatientSequenceInterface.h.
| bool ml::DcmDRTReferencedPatientSequenceInterface::setReferencedSOPClassUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTReferencedPatientSequenceInterface::setReferencedSOPInstanceUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTReferencedPatientSequenceInterface::setSequence | ( | DRTReferencedPatientSequence * | dcmSequence | ) | [inline] |
Set the DRTReferencedPatientSequence this interface class provides access to.
| dcmSequence | Pointer to DRTReferencedPatientSequence |
Definition at line 65 of file mlDcmDRTReferencedPatientSequenceInterface.h.
DRTReferencedPatientSequence* ml::DcmDRTReferencedPatientSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 133 of file mlDcmDRTReferencedPatientSequenceInterface.h.
1.5.8