|
MeVisLab Toolbox Reference
|
Class to provide access to DRTEncryptedAttributesSequence. More...
#include <mlDcmDRTEncryptedAttributesSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTEncryptedAttributesSequenceInterface () | |
| DcmDRTEncryptedAttributesSequenceInterface (std::vector< DcmDRTEncryptedAttributesSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTEncryptedAttributesSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTEncryptedAttributesSequenceInterface () |
| Default virtual Destructor. | |
| bool | getEncryptedContent (unsigned long idx, int ¶meter) const |
| bool | getEncryptedContent (DCMTree::TreePtr item, int ¶meter) const |
| std::string | getEncryptedContentTag () const |
| bool | setEncryptedContent (unsigned long idx, int parameter) |
| bool | getEncryptedContentTransferSyntaxUID (unsigned long idx, std::string ¶meter) const |
| bool | getEncryptedContentTransferSyntaxUID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getEncryptedContentTransferSyntaxUIDTag () const |
| bool | setEncryptedContentTransferSyntaxUID (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTEncryptedAttributesSequenceInterface::Item > dcmSequence) |
| Set the DRTEncryptedAttributesSequence this interface class provides access to. | |
| std::vector< DcmDRTEncryptedAttributesSequenceInterface::Item > | getSequence () const |
| Return the DRTEncryptedAttributesSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTEncryptedAttributesSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTEncryptedAttributesSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTEncryptedAttributesSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTEncryptedAttributesSequenceInterface::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< DcmDRTEncryptedAttributesSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTEncryptedAttributesSequence.
Definition at line 43 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
|
inline |
Definition at line 83 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 86 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
|
inline |
Definition at line 88 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 96 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 145 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
|
inline |
Definition at line 150 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::getEncryptedContent | ( | DCMTree::TreePtr | item, |
| int & | parameter | ||
| ) | const |
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::getEncryptedContent | ( | unsigned long | idx, |
| int & | parameter | ||
| ) | const |
|
inline |
Definition at line 100 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
Referenced by DRTEncryptedAttributesSequenceWrapper::getEncryptedContentTag().
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::getEncryptedContentTransferSyntaxUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::getEncryptedContentTransferSyntaxUID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 106 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
Referenced by DRTEncryptedAttributesSequenceWrapper::getEncryptedContentTransferSyntaxUIDTag().
|
inline |
Gets the item at the indicated position.
Definition at line 136 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 130 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
|
inline |
Return the DRTEncryptedAttributesSequence this interface class provides access to.
| dcmSequence | Pointer to DRTEncryptedAttributesSequence |
Definition at line 118 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
Referenced by DRTEncryptedAttributesSequenceWrapper::DRTEncryptedAttributesSequenceWrapper(), and DRTEncryptedAttributesSequenceWrapper::operator=().
|
inline |
Check if the DRTEncryptedAttributesSequence is set.
Definition at line 124 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 156 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 168 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::setEncryptedContent | ( | unsigned long | idx, |
| int | parameter | ||
| ) |
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::setEncryptedContentTransferSyntaxUID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTEncryptedAttributesSequence this interface class provides access to.
| dcmSequence | Pointer to DRTEncryptedAttributesSequence |
Definition at line 112 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
Referenced by DRTEncryptedAttributesSequenceWrapper::DRTEncryptedAttributesSequenceWrapper(), and DRTEncryptedAttributesSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 180 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.