|
MeVisLab Toolbox Reference
|
Class to provide access to DRTPersonIdentificationCodeSequence. More...
#include <mlDcmDRTPersonIdentificationCodeSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTPersonIdentificationCodeSequenceInterface () | |
| DcmDRTPersonIdentificationCodeSequenceInterface (std::vector< DcmDRTPersonIdentificationCodeSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTPersonIdentificationCodeSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTPersonIdentificationCodeSequenceInterface () |
| Default virtual Destructor. | |
| bool | getCodeMeaning (unsigned long idx, std::string ¶meter) const |
| bool | getCodeMeaning (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodeMeaningTag () const |
| bool | setCodeMeaning (unsigned long idx, std::string parameter) |
| bool | getCodeValue (unsigned long idx, std::string ¶meter) const |
| bool | getCodeValue (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodeValueTag () const |
| bool | setCodeValue (unsigned long idx, std::string parameter) |
| bool | getCodingSchemeDesignator (unsigned long idx, std::string ¶meter) const |
| bool | getCodingSchemeDesignator (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodingSchemeDesignatorTag () const |
| bool | setCodingSchemeDesignator (unsigned long idx, std::string parameter) |
| bool | getCodingSchemeVersion (unsigned long idx, std::string ¶meter) const |
| bool | getCodingSchemeVersion (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getCodingSchemeVersionTag () const |
| bool | setCodingSchemeVersion (unsigned long idx, std::string parameter) |
| bool | getContextGroupExtensionCreatorUID (unsigned long idx, std::string ¶meter) const |
| bool | getContextGroupExtensionCreatorUID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContextGroupExtensionCreatorUIDTag () const |
| bool | setContextGroupExtensionCreatorUID (unsigned long idx, std::string parameter) |
| bool | getContextGroupExtensionFlag (unsigned long idx, std::string ¶meter) const |
| bool | getContextGroupExtensionFlag (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContextGroupExtensionFlagTag () const |
| bool | setContextGroupExtensionFlag (unsigned long idx, std::string parameter) |
| bool | getContextGroupLocalVersion (unsigned long idx, std::string ¶meter) const |
| bool | getContextGroupLocalVersion (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContextGroupLocalVersionTag () const |
| bool | setContextGroupLocalVersion (unsigned long idx, std::string parameter) |
| bool | getContextGroupVersion (unsigned long idx, std::string ¶meter) const |
| bool | getContextGroupVersion (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContextGroupVersionTag () const |
| bool | setContextGroupVersion (unsigned long idx, std::string parameter) |
| bool | getContextIdentifier (unsigned long idx, std::string ¶meter) const |
| bool | getContextIdentifier (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContextIdentifierTag () const |
| bool | setContextIdentifier (unsigned long idx, std::string parameter) |
| bool | getMappingResource (unsigned long idx, std::string ¶meter) const |
| bool | getMappingResource (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getMappingResourceTag () const |
| bool | setMappingResource (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTPersonIdentificationCodeSequenceInterface::Item > dcmSequence) |
| Set the DRTPersonIdentificationCodeSequence this interface class provides access to. | |
| std::vector< DcmDRTPersonIdentificationCodeSequenceInterface::Item > | getSequence () const |
| Return the DRTPersonIdentificationCodeSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTPersonIdentificationCodeSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTPersonIdentificationCodeSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTPersonIdentificationCodeSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTPersonIdentificationCodeSequenceInterface::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< 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.
|
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.
| 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.
| 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 DRTPersonIdentificationCodeSequenceWrapper::DRTPersonIdentificationCodeSequenceWrapper(), and DRTPersonIdentificationCodeSequenceWrapper::operator=().
|
inline |
Check if the DRTPersonIdentificationCodeSequence is set.
Definition at line 212 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 244 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 256 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.
| 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.
Referenced by DRTPersonIdentificationCodeSequenceWrapper::DRTPersonIdentificationCodeSequenceWrapper(), and DRTPersonIdentificationCodeSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 268 of file mlDcmDRTPersonIdentificationCodeSequenceInterface.h.