|
MeVisLab Toolbox Reference
|
Class to provide access to DRTReferencedImageSequence. More...
#include <mlDcmDRTReferencedImageSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTReferencedImageSequenceInterface () | |
| DcmDRTReferencedImageSequenceInterface (std::vector< DcmDRTReferencedImageSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTReferencedImageSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTReferencedImageSequenceInterface () |
| 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) |
| bool | getReferencedFrameNumber (unsigned long idx, std::string ¶meter) const |
| bool | getReferencedFrameNumber (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getReferencedFrameNumberTag () const |
| bool | setReferencedFrameNumber (unsigned long idx, std::string parameter) |
| bool | getReferencedSOPClassUID (unsigned long idx, std::string ¶meter) const |
| bool | getReferencedSOPClassUID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getReferencedSOPClassUIDTag () const |
| bool | setReferencedSOPClassUID (unsigned long idx, std::string parameter) |
| bool | getReferencedSOPInstanceUID (unsigned long idx, std::string ¶meter) const |
| bool | getReferencedSOPInstanceUID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getReferencedSOPInstanceUIDTag () const |
| bool | setReferencedSOPInstanceUID (unsigned long idx, std::string parameter) |
| bool | getReferencedSegmentNumber (unsigned long idx, MLuint16 ¶meter) const |
| bool | getReferencedSegmentNumber (DCMTree::TreePtr item, MLuint16 ¶meter) const |
| std::string | getReferencedSegmentNumberTag () const |
| bool | setReferencedSegmentNumber (unsigned long idx, MLuint16 parameter) |
| DcmDRTPurposeOfReferenceCodeSequenceInterface | getPurposeOfReferenceCodeSequence (unsigned long idx) const |
| std::string | getPurposeOfReferenceCodeSequenceTag () const |
| void | setPurposeOfReferenceCodeSequence (DcmDRTPurposeOfReferenceCodeSequenceInterface seq, unsigned long idx) |
| void | setSequence (std::vector< DcmDRTReferencedImageSequenceInterface::Item > dcmSequence) |
| Set the DRTReferencedImageSequence this interface class provides access to. | |
| std::vector< DcmDRTReferencedImageSequenceInterface::Item > | getSequence () const |
| Return the DRTReferencedImageSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTReferencedImageSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTReferencedImageSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTReferencedImageSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTReferencedImageSequenceInterface::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< DcmDRTReferencedImageSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTReferencedImageSequence.
Definition at line 44 of file mlDcmDRTReferencedImageSequenceInterface.h.
|
inline |
Definition at line 149 of file mlDcmDRTReferencedImageSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 152 of file mlDcmDRTReferencedImageSequenceInterface.h.
|
inline |
Definition at line 154 of file mlDcmDRTReferencedImageSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 162 of file mlDcmDRTReferencedImageSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 288 of file mlDcmDRTReferencedImageSequenceInterface.h.
|
inline |
Definition at line 293 of file mlDcmDRTReferencedImageSequenceInterface.h.
| bool ml::DcmDRTReferencedImageSequenceInterface::getCodeMeaning | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getCodeMeaning | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 166 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getCodeMeaningTag().
| bool ml::DcmDRTReferencedImageSequenceInterface::getCodeValue | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getCodeValue | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 172 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getCodeValueTag().
| bool ml::DcmDRTReferencedImageSequenceInterface::getCodingSchemeDesignator | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getCodingSchemeDesignator | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 178 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getCodingSchemeDesignatorTag().
| bool ml::DcmDRTReferencedImageSequenceInterface::getCodingSchemeVersion | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getCodingSchemeVersion | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 184 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getCodingSchemeVersionTag().
| bool ml::DcmDRTReferencedImageSequenceInterface::getContextGroupExtensionCreatorUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getContextGroupExtensionCreatorUID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 190 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getContextGroupExtensionCreatorUIDTag().
| bool ml::DcmDRTReferencedImageSequenceInterface::getContextGroupExtensionFlag | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getContextGroupExtensionFlag | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 196 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getContextGroupExtensionFlagTag().
| bool ml::DcmDRTReferencedImageSequenceInterface::getContextGroupLocalVersion | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getContextGroupLocalVersion | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 202 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getContextGroupLocalVersionTag().
| bool ml::DcmDRTReferencedImageSequenceInterface::getContextGroupVersion | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getContextGroupVersion | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 208 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getContextGroupVersionTag().
| bool ml::DcmDRTReferencedImageSequenceInterface::getContextIdentifier | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getContextIdentifier | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 214 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getContextIdentifierTag().
|
inline |
Gets the item at the indicated position.
Definition at line 279 of file mlDcmDRTReferencedImageSequenceInterface.h.
| bool ml::DcmDRTReferencedImageSequenceInterface::getMappingResource | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getMappingResource | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 220 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getMappingResourceTag().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 273 of file mlDcmDRTReferencedImageSequenceInterface.h.
| DcmDRTPurposeOfReferenceCodeSequenceInterface ml::DcmDRTReferencedImageSequenceInterface::getPurposeOfReferenceCodeSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 249 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getPurposeOfReferenceCodeSequenceTag().
| bool ml::DcmDRTReferencedImageSequenceInterface::getReferencedFrameNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getReferencedFrameNumber | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 226 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getReferencedFrameNumberTag().
| bool ml::DcmDRTReferencedImageSequenceInterface::getReferencedSegmentNumber | ( | DCMTree::TreePtr | item, |
| MLuint16 & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getReferencedSegmentNumber | ( | unsigned long | idx, |
| MLuint16 & | parameter | ||
| ) | const |
|
inline |
Definition at line 244 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getReferencedSegmentNumberTag().
| bool ml::DcmDRTReferencedImageSequenceInterface::getReferencedSOPClassUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getReferencedSOPClassUID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 232 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getReferencedSOPClassUIDTag().
| bool ml::DcmDRTReferencedImageSequenceInterface::getReferencedSOPInstanceUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedImageSequenceInterface::getReferencedSOPInstanceUID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 238 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::getReferencedSOPInstanceUIDTag().
|
inline |
Return the DRTReferencedImageSequence this interface class provides access to.
| dcmSequence | Pointer to DRTReferencedImageSequence |
Definition at line 261 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::DRTReferencedImageSequenceWrapper(), and DRTReferencedImageSequenceWrapper::operator=().
|
inline |
Check if the DRTReferencedImageSequence is set.
Definition at line 267 of file mlDcmDRTReferencedImageSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 299 of file mlDcmDRTReferencedImageSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 311 of file mlDcmDRTReferencedImageSequenceInterface.h.
| bool ml::DcmDRTReferencedImageSequenceInterface::setCodeMeaning | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setCodeValue | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setCodingSchemeDesignator | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setCodingSchemeVersion | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setContextGroupExtensionCreatorUID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setContextGroupExtensionFlag | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setContextGroupLocalVersion | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setContextGroupVersion | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setContextIdentifier | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setMappingResource | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| void ml::DcmDRTReferencedImageSequenceInterface::setPurposeOfReferenceCodeSequence | ( | DcmDRTPurposeOfReferenceCodeSequenceInterface | seq, |
| unsigned long | idx | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setReferencedFrameNumber | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setReferencedSegmentNumber | ( | unsigned long | idx, |
| MLuint16 | parameter | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setReferencedSOPClassUID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedImageSequenceInterface::setReferencedSOPInstanceUID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTReferencedImageSequence this interface class provides access to.
| dcmSequence | Pointer to DRTReferencedImageSequence |
Definition at line 255 of file mlDcmDRTReferencedImageSequenceInterface.h.
Referenced by DRTReferencedImageSequenceWrapper::DRTReferencedImageSequenceWrapper(), and DRTReferencedImageSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 323 of file mlDcmDRTReferencedImageSequenceInterface.h.