#include <mlDcmDRTEncryptedAttributesSequenceInterface.h>
Public Member Functions | |
| DcmDRTEncryptedAttributesSequenceInterface (DRTEncryptedAttributesSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTEncryptedAttributesSequenceInterface () |
| Default virtual Destructor. | |
| bool | getEncryptedContent (unsigned long idx, int ¶meter) |
| bool | getEncryptedContent (DRTEncryptedAttributesSequence::Item &item, int ¶meter) |
| std::string | getEncryptedContentTag () const |
| bool | setEncryptedContent (unsigned long idx, int ¶meter) |
| bool | getEncryptedContentTransferSyntaxUID (unsigned long idx, std::string ¶meter) |
| bool | getEncryptedContentTransferSyntaxUID (DRTEncryptedAttributesSequence::Item &item, std::string ¶meter) |
| std::string | getEncryptedContentTransferSyntaxUIDTag () const |
| bool | setEncryptedContentTransferSyntaxUID (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTEncryptedAttributesSequence *dcmSequence) |
| Set the DRTEncryptedAttributesSequence this interface class provides access to. | |
| DRTEncryptedAttributesSequence * | 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. | |
| DRTEncryptedAttributesSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTEncryptedAttributesSequence::Item * | addItem () |
| Return number of items the internal sequence consists of. | |
| bool | insertItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| bool | removeItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
Protected Attributes | |
| DRTEncryptedAttributesSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| ml::DcmDRTEncryptedAttributesSequenceInterface::DcmDRTEncryptedAttributesSequenceInterface | ( | DRTEncryptedAttributesSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTEncryptedAttributesSequenceInterface::~DcmDRTEncryptedAttributesSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 49 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| DRTEncryptedAttributesSequence::Item* ml::DcmDRTEncryptedAttributesSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 101 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::getEncryptedContent | ( | DRTEncryptedAttributesSequence::Item & | item, | |
| int & | parameter | |||
| ) |
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::getEncryptedContent | ( | unsigned long | idx, | |
| int & | parameter | |||
| ) |
| std::string ml::DcmDRTEncryptedAttributesSequenceInterface::getEncryptedContentTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::getEncryptedContentTransferSyntaxUID | ( | DRTEncryptedAttributesSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::getEncryptedContentTransferSyntaxUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTEncryptedAttributesSequenceInterface::getEncryptedContentTransferSyntaxUIDTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| DRTEncryptedAttributesSequence::Item* ml::DcmDRTEncryptedAttributesSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 92 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| MLint ml::DcmDRTEncryptedAttributesSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 83 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| DRTEncryptedAttributesSequence* ml::DcmDRTEncryptedAttributesSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTEncryptedAttributesSequence this interface class provides access to.
| dcmSequence | Pointer to DRTEncryptedAttributesSequence |
Definition at line 71 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTEncryptedAttributesSequence is set.
Definition at line 77 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 112 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 123 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::setEncryptedContent | ( | unsigned long | idx, | |
| int & | parameter | |||
| ) |
| bool ml::DcmDRTEncryptedAttributesSequenceInterface::setEncryptedContentTransferSyntaxUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTEncryptedAttributesSequenceInterface::setSequence | ( | DRTEncryptedAttributesSequence * | dcmSequence | ) | [inline] |
Set the DRTEncryptedAttributesSequence this interface class provides access to.
| dcmSequence | Pointer to DRTEncryptedAttributesSequence |
Definition at line 65 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
DRTEncryptedAttributesSequence* ml::DcmDRTEncryptedAttributesSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 133 of file mlDcmDRTEncryptedAttributesSequenceInterface.h.
1.5.8