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