|
MeVisLab Toolbox Reference
|
Class to provide access to DRTOtherPatientIDsSequence. More...
#include <mlDcmDRTOtherPatientIDsSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTOtherPatientIDsSequenceInterface () | |
| DcmDRTOtherPatientIDsSequenceInterface (std::vector< DcmDRTOtherPatientIDsSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTOtherPatientIDsSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTOtherPatientIDsSequenceInterface () |
| Default virtual Destructor. | |
| bool | getIssuerOfPatientID (unsigned long idx, std::string ¶meter) const |
| bool | getIssuerOfPatientID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getIssuerOfPatientIDTag () const |
| bool | setIssuerOfPatientID (unsigned long idx, std::string parameter) |
| bool | getPatientID (unsigned long idx, std::string ¶meter) const |
| bool | getPatientID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getPatientIDTag () const |
| bool | setPatientID (unsigned long idx, std::string parameter) |
| bool | getTypeOfPatientID (unsigned long idx, std::string ¶meter) const |
| bool | getTypeOfPatientID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getTypeOfPatientIDTag () const |
| bool | setTypeOfPatientID (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTOtherPatientIDsSequenceInterface::Item > dcmSequence) |
| Set the DRTOtherPatientIDsSequence this interface class provides access to. | |
| std::vector< DcmDRTOtherPatientIDsSequenceInterface::Item > | 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. | |
| DcmDRTOtherPatientIDsSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTOtherPatientIDsSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTOtherPatientIDsSequenceInterface::Item newItem) |
| bool | insertItem (const size_t idx) |
| Insert an item at the indicated position. | |
| bool | removeItem (const size_t idx) |
| Removes the indicated item from the sequence. | |
Protected Attributes | |
| std::vector< DcmDRTOtherPatientIDsSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTOtherPatientIDsSequence.
Definition at line 43 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
|
inline |
Definition at line 88 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 91 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
|
inline |
Definition at line 93 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 101 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 156 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
|
inline |
Definition at line 161 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::getIssuerOfPatientID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::getIssuerOfPatientID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 105 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
Referenced by DRTOtherPatientIDsSequenceWrapper::getIssuerOfPatientIDTag().
|
inline |
Gets the item at the indicated position.
Definition at line 147 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 141 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::getPatientID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::getPatientID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 111 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
Referenced by DRTOtherPatientIDsSequenceWrapper::getPatientIDTag().
|
inline |
Return the DRTOtherPatientIDsSequence this interface class provides access to.
| dcmSequence | Pointer to DRTOtherPatientIDsSequence |
Definition at line 129 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
Referenced by DRTOtherPatientIDsSequenceWrapper::DRTOtherPatientIDsSequenceWrapper(), and DRTOtherPatientIDsSequenceWrapper::operator=().
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::getTypeOfPatientID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::getTypeOfPatientID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 117 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
Referenced by DRTOtherPatientIDsSequenceWrapper::getTypeOfPatientIDTag().
|
inline |
Check if the DRTOtherPatientIDsSequence is set.
Definition at line 135 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 167 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 179 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::setIssuerOfPatientID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::setPatientID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTOtherPatientIDsSequence this interface class provides access to.
| dcmSequence | Pointer to DRTOtherPatientIDsSequence |
Definition at line 123 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
Referenced by DRTOtherPatientIDsSequenceWrapper::DRTOtherPatientIDsSequenceWrapper(), and DRTOtherPatientIDsSequenceWrapper::operator=().
| bool ml::DcmDRTOtherPatientIDsSequenceInterface::setTypeOfPatientID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 191 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.