|
MeVisLab Toolbox Reference
|
Class to provide access to DRTMultiplexedAudioChannelsDescriptionCodeSequence. More...
#include <mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface () | |
| DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface (std::vector< DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface () |
| Default virtual Destructor. | |
| bool | getChannelIdentificationCode (unsigned long idx, std::string ¶meter) const |
| bool | getChannelIdentificationCode (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getChannelIdentificationCodeTag () const |
| bool | setChannelIdentificationCode (unsigned long idx, std::string parameter) |
| bool | getChannelMode (unsigned long idx, std::string ¶meter) const |
| bool | getChannelMode (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getChannelModeTag () const |
| bool | setChannelMode (unsigned long idx, std::string parameter) |
| DcmDRTChannelSourceSequenceInterface | getChannelSourceSequence (unsigned long idx) const |
| std::string | getChannelSourceSequenceTag () const |
| void | setChannelSourceSequence (DcmDRTChannelSourceSequenceInterface seq, unsigned long idx) |
| void | setSequence (std::vector< DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item > dcmSequence) |
| Set the DRTMultiplexedAudioChannelsDescriptionCodeSequence this interface class provides access to. | |
| std::vector< DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item > | getSequence () const |
| Return the DRTMultiplexedAudioChannelsDescriptionCodeSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTMultiplexedAudioChannelsDescriptionCodeSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::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< DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTMultiplexedAudioChannelsDescriptionCodeSequence.
Definition at line 44 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
|
inline |
Definition at line 89 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 92 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
|
inline |
Definition at line 94 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 102 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 156 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
|
inline |
Definition at line 161 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
| bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelIdentificationCode | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelIdentificationCode | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 106 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
Referenced by DRTMultiplexedAudioChannelsDescriptionCodeSequenceWrapper::getChannelIdentificationCodeTag().
| bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelMode | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelMode | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 112 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
Referenced by DRTMultiplexedAudioChannelsDescriptionCodeSequenceWrapper::getChannelModeTag().
| DcmDRTChannelSourceSequenceInterface ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelSourceSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 117 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
Referenced by DRTMultiplexedAudioChannelsDescriptionCodeSequenceWrapper::getChannelSourceSequenceTag().
|
inline |
Gets the item at the indicated position.
Definition at line 147 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 141 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
|
inline |
Return the DRTMultiplexedAudioChannelsDescriptionCodeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTMultiplexedAudioChannelsDescriptionCodeSequence |
Definition at line 129 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
Referenced by DRTMultiplexedAudioChannelsDescriptionCodeSequenceWrapper::DRTMultiplexedAudioChannelsDescriptionCodeSequenceWrapper(), and DRTMultiplexedAudioChannelsDescriptionCodeSequenceWrapper::operator=().
|
inline |
Check if the DRTMultiplexedAudioChannelsDescriptionCodeSequence is set.
Definition at line 135 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 167 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 179 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
| bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::setChannelIdentificationCode | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::setChannelMode | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| void ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::setChannelSourceSequence | ( | DcmDRTChannelSourceSequenceInterface | seq, |
| unsigned long | idx | ||
| ) |
|
inline |
Set the DRTMultiplexedAudioChannelsDescriptionCodeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTMultiplexedAudioChannelsDescriptionCodeSequence |
Definition at line 123 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.
Referenced by DRTMultiplexedAudioChannelsDescriptionCodeSequenceWrapper::DRTMultiplexedAudioChannelsDescriptionCodeSequenceWrapper(), and DRTMultiplexedAudioChannelsDescriptionCodeSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 191 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.