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