23#ifndef __mlDcmDRTEncryptedAttributesSequenceInterface_H
24#define __mlDcmDRTEncryptedAttributesSequenceInterface_H
34#ifndef __mlModuleIncludes_H
63 bool isValid()
const {
return _dcmItem.get() !=
nullptr; }
89 for(
size_t i=0; i < treePtrSeq.size(); i++)
112 void setSequence(std::vector<DcmDRTEncryptedAttributesSequenceInterface::Item> dcmSequence) {
118 std::vector<DcmDRTEncryptedAttributesSequenceInterface::Item>
getSequence()
const {
158 std::vector<DcmDRTEncryptedAttributesSequenceInterface::Item>::iterator it =
_itemVec.begin();
159 std::advance(it, idx);
170 std::vector<DcmDRTEncryptedAttributesSequenceInterface::Item>::iterator it =
_itemVec.begin();
171 std::advance(it, idx);
180 std::vector<DcmDRTEncryptedAttributesSequenceInterface::Item>
_itemVec;
#define MLDCMTKACCESSORIES_EXPORT
DCMTree::TreePtr getTreePtr() const
Item & operator=(const Item ©DcmItem)
bool setEncryptedContentTransferSyntaxUID(std::string parameter)
std::string getEncryptedContentTag() const
bool setEncryptedContent(int parameter)
std::string getEncryptedContentTransferSyntaxUIDTag() const
Item(const Item ©DcmItem)
bool getEncryptedContentTransferSyntaxUID(std::string ¶meter) const
bool getEncryptedContent(int ¶meter) const
Item(DCMTree::TreePtr dcmItem)
DcmDRTEncryptedAttributesSequenceInterface()
bool getEncryptedContentTransferSyntaxUID(DCMTree::TreePtr item, std::string ¶meter) const
std::vector< DcmDRTEncryptedAttributesSequenceInterface::Item > _itemVec
Reference to the wrapped DICOM tree pointer vector.
DcmDRTEncryptedAttributesSequenceInterface::Item & addItem()
std::vector< DcmDRTEncryptedAttributesSequenceInterface::Item > getSequence() const
virtual ~DcmDRTEncryptedAttributesSequenceInterface()
Default virtual Destructor.
MLint getNumberOfItems() const
DcmDRTEncryptedAttributesSequenceInterface(std::vector< DcmDRTEncryptedAttributesSequenceInterface::Item > dcmSequence)
Default Constructor.
DcmDRTEncryptedAttributesSequenceInterface(DCMTree::TreePtrVector treePtrSeq)
bool getEncryptedContentTransferSyntaxUID(unsigned long idx, std::string ¶meter) const
bool getEncryptedContent(DCMTree::TreePtr item, int ¶meter) const
bool removeItem(const size_t idx)
bool getEncryptedContent(unsigned long idx, int ¶meter) const
DcmDRTEncryptedAttributesSequenceInterface::Item getItem(const size_t idx) const
std::string getEncryptedContentTag() const
bool insertItem(const size_t idx)
std::string getEncryptedContentTransferSyntaxUIDTag() const
void setSequence(std::vector< DcmDRTEncryptedAttributesSequenceInterface::Item > dcmSequence)
void addItem(DcmDRTEncryptedAttributesSequenceInterface::Item newItem)
bool setEncryptedContentTransferSyntaxUID(unsigned long idx, std::string parameter)
bool setEncryptedContent(unsigned long idx, int parameter)
static DCMTree::TreePtr createNewDicomTree()
Class collecting some DICOM helper functionality explicitly for dcmtk.
std::vector< TreePtr > TreePtrVector
A vector of TreePtr - used for sequences.
boost::shared_ptr< Tree > TreePtr
Shared pointer to a DCMTree::Tree.