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