MeVisLab Toolbox Reference
|
Class to provide access to DRTPersonIdentificationCodeSequence. More...
#include <mlDcmDRTPersonIdentificationCodeSequenceInterface.h>
Classes | |
class | Item |
Protected Attributes | |
std::vector< DcmDRTPersonIdentificationCodeSequenceInterface::Item > | _itemVec |
Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTPersonIdentificationCodeSequence.
Definition at line 43 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
|
inline |
Definition at line 123 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 126 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
|
inline |
Definition at line 128 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
References mlrange_cast().
|
inlinevirtual |
Default virtual Destructor.
Definition at line 136 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 233 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
|
inline |
Definition at line 238 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
References mlrange_cast().
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeMeaning | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeMeaning | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 140 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
Referenced by DRTPersonIdentificationCodeSequenceWrapper::getCodeMeaningTag().
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeValue | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodeValue | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 146 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
Referenced by DRTPersonIdentificationCodeSequenceWrapper::getCodeValueTag().
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeDesignator | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeDesignator | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 152 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
Referenced by DRTPersonIdentificationCodeSequenceWrapper::getCodingSchemeDesignatorTag().
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeVersion | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getCodingSchemeVersion | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 158 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
Referenced by DRTPersonIdentificationCodeSequenceWrapper::getCodingSchemeVersionTag().
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionCreatorUID | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionCreatorUID | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 164 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
Referenced by DRTPersonIdentificationCodeSequenceWrapper::getContextGroupExtensionCreatorUIDTag().
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionFlag | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupExtensionFlag | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 170 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
Referenced by DRTPersonIdentificationCodeSequenceWrapper::getContextGroupExtensionFlagTag().
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupLocalVersion | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupLocalVersion | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 176 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
Referenced by DRTPersonIdentificationCodeSequenceWrapper::getContextGroupLocalVersionTag().
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupVersion | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextGroupVersion | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 182 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
Referenced by DRTPersonIdentificationCodeSequenceWrapper::getContextGroupVersionTag().
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextIdentifier | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getContextIdentifier | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 188 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
Referenced by DRTPersonIdentificationCodeSequenceWrapper::getContextIdentifierTag().
|
inline |
Gets the item at the indicated position.
Definition at line 224 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
References mlrange_cast().
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getMappingResource | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::getMappingResource | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 194 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
Referenced by DRTPersonIdentificationCodeSequenceWrapper::getMappingResourceTag().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 218 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
|
inline |
Return the DRTPersonIdentificationCodeSequence this interface class provides access to.
dcmSequence | Pointer to DRTPersonIdentificationCodeSequence |
Definition at line 206 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
Referenced by DRTPersonIdentificationCodeSequenceItemWrapper::DRTPersonIdentificationCodeSequenceItemWrapper(), and DRTPersonIdentificationCodeSequenceItemWrapper::operator=().
|
inline |
Check if the DRTPersonIdentificationCodeSequence is set.
Definition at line 212 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
Insert an item at the indicated position.
Definition at line 244 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 256 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
References mlrange_cast().
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setCodeMeaning | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setCodeValue | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setCodingSchemeDesignator | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setCodingSchemeVersion | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextGroupExtensionCreatorUID | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextGroupExtensionFlag | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextGroupLocalVersion | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextGroupVersion | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setContextIdentifier | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTPersonIdentificationCodeSequenceInterface::setMappingResource | ( | unsigned long | idx, |
std::string | parameter ) |
|
inline |
Set the DRTPersonIdentificationCodeSequence this interface class provides access to.
dcmSequence | Pointer to DRTPersonIdentificationCodeSequence |
Definition at line 200 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
References mlrange_cast().
Referenced by DRTPersonIdentificationCodeSequenceWrapper::DRTPersonIdentificationCodeSequenceWrapper(), and DRTPersonIdentificationCodeSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 268 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.