#include <mlDcmDRTOtherPatientIDsSequenceInterface.h>
Public Member Functions | |
| DcmDRTOtherPatientIDsSequenceInterface (DRTOtherPatientIDsSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTOtherPatientIDsSequenceInterface () |
| Default virtual Destructor. | |
| bool | getIssuerOfPatientID (unsigned long idx, std::string ¶meter) |
| bool | getIssuerOfPatientID (DRTOtherPatientIDsSequence::Item &item, std::string ¶meter) |
| std::string | getIssuerOfPatientIDTag () const |
| bool | setIssuerOfPatientID (unsigned long idx, std::string ¶meter) |
| bool | getPatientID (unsigned long idx, std::string ¶meter) |
| bool | getPatientID (DRTOtherPatientIDsSequence::Item &item, std::string ¶meter) |
| std::string | getPatientIDTag () const |
| bool | setPatientID (unsigned long idx, std::string ¶meter) |
| bool | getTypeOfPatientID (unsigned long idx, std::string ¶meter) |
| bool | getTypeOfPatientID (DRTOtherPatientIDsSequence::Item &item, std::string ¶meter) |
| std::string | getTypeOfPatientIDTag () const |
| bool | setTypeOfPatientID (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTOtherPatientIDsSequence *dcmSequence) |
| Set the DRTOtherPatientIDsSequence this interface class provides access to. | |
| DRTOtherPatientIDsSequence * | getSequence () const |
| Return the DRTOtherPatientIDsSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTOtherPatientIDsSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTOtherPatientIDsSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTOtherPatientIDsSequence::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 | |
| DRTOtherPatientIDsSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| ml::DcmDRTOtherPatientIDsSequenceInterface::DcmDRTOtherPatientIDsSequenceInterface | ( | DRTOtherPatientIDsSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTOtherPatientIDsSequenceInterface::~DcmDRTOtherPatientIDsSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 49 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| DRTOtherPatientIDsSequence::Item* ml::DcmDRTOtherPatientIDsSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 107 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::getIssuerOfPatientID | ( | DRTOtherPatientIDsSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::getIssuerOfPatientID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTOtherPatientIDsSequenceInterface::getIssuerOfPatientIDTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| DRTOtherPatientIDsSequence::Item* ml::DcmDRTOtherPatientIDsSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 98 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| MLint ml::DcmDRTOtherPatientIDsSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 89 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::getPatientID | ( | DRTOtherPatientIDsSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::getPatientID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTOtherPatientIDsSequenceInterface::getPatientIDTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| DRTOtherPatientIDsSequence* ml::DcmDRTOtherPatientIDsSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTOtherPatientIDsSequence this interface class provides access to.
| dcmSequence | Pointer to DRTOtherPatientIDsSequence |
Definition at line 77 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::getTypeOfPatientID | ( | DRTOtherPatientIDsSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::getTypeOfPatientID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTOtherPatientIDsSequenceInterface::getTypeOfPatientIDTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTOtherPatientIDsSequence is set.
Definition at line 83 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 118 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 129 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::setIssuerOfPatientID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::setPatientID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTOtherPatientIDsSequenceInterface::setSequence | ( | DRTOtherPatientIDsSequence * | dcmSequence | ) | [inline] |
Set the DRTOtherPatientIDsSequence this interface class provides access to.
| dcmSequence | Pointer to DRTOtherPatientIDsSequence |
Definition at line 71 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::setTypeOfPatientID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
DRTOtherPatientIDsSequence* ml::DcmDRTOtherPatientIDsSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 139 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
1.5.8