MeVisLab Toolbox Reference
|
Class to provide access to DRTOtherPatientIDsSequence. More...
#include <mlDcmDRTOtherPatientIDsSequenceInterface.h>
Classes | |
class | Item |
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.
References mlrange_cast().
|
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.
References mlrange_cast().
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.
References mlrange_cast().
|
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 DRTOtherPatientIDsSequenceItemWrapper::DRTOtherPatientIDsSequenceItemWrapper(), and DRTOtherPatientIDsSequenceItemWrapper::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.
Insert an item at the indicated position.
Definition at line 167 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 179 of file mlDcmDRTOtherPatientIDsSequenceInterface.h.
References mlrange_cast().
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.
References mlrange_cast().
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.