MeVisLab Toolbox Reference
ml::DcmDRTOriginalAttributesSequenceInterface::Item Class Reference

#include <mlDcmDRTOriginalAttributesSequenceInterface.h>

Public Member Functions

 Item ()
 
 Item (DCMTree::TreePtr dcmItem)
 
 Item (const Item &copyDcmItem)
 
Itemoperator= (const Item &copyDcmItem)
 
virtual ~Item ()
 
DCMTree::TreePtr getTreePtr () const
 
bool isValid () const
 
bool getAttributeModificationDateTime (std::string &parameter) const
 
std::string getAttributeModificationDateTimeTag () const
 
bool setAttributeModificationDateTime (std::string parameter)
 
bool getHL7InstanceIdentifier (std::string &parameter) const
 
std::string getHL7InstanceIdentifierTag () const
 
bool setHL7InstanceIdentifier (std::string parameter)
 
bool getModifyingSystem (std::string &parameter) const
 
std::string getModifyingSystemTag () const
 
bool setModifyingSystem (std::string parameter)
 
bool getReasonForTheAttributeModification (std::string &parameter) const
 
std::string getReasonForTheAttributeModificationTag () const
 
bool setReasonForTheAttributeModification (std::string parameter)
 
bool getReferencedSOPClassUID (std::string &parameter) const
 
std::string getReferencedSOPClassUIDTag () const
 
bool setReferencedSOPClassUID (std::string parameter)
 
bool getReferencedSOPInstanceUID (std::string &parameter) const
 
std::string getReferencedSOPInstanceUIDTag () const
 
bool setReferencedSOPInstanceUID (std::string parameter)
 
bool getRetrieveURI (std::string &parameter) const
 
std::string getRetrieveURITag () const
 
bool setRetrieveURI (std::string parameter)
 
bool getSourceOfPreviousValues (std::string &parameter) const
 
std::string getSourceOfPreviousValuesTag () const
 
bool setSourceOfPreviousValues (std::string parameter)
 
DcmDRTModifiedAttributesSequenceInterface getModifiedAttributesSequence () const
 
std::string getModifiedAttributesSequenceTag () const
 
void setModifiedAttributesSequence (DcmDRTModifiedAttributesSequenceInterface seq)
 

Detailed Description

Constructor & Destructor Documentation

◆ Item() [1/3]

ml::DcmDRTOriginalAttributesSequenceInterface::Item::Item ( )
inline

◆ Item() [2/3]

ml::DcmDRTOriginalAttributesSequenceInterface::Item::Item ( DCMTree::TreePtr  dcmItem)
inline

◆ Item() [3/3]

ml::DcmDRTOriginalAttributesSequenceInterface::Item::Item ( const Item copyDcmItem)
inline

◆ ~Item()

virtual ml::DcmDRTOriginalAttributesSequenceInterface::Item::~Item ( )
inlinevirtual

Member Function Documentation

◆ getAttributeModificationDateTime()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::getAttributeModificationDateTime ( std::string &  parameter) const

◆ getAttributeModificationDateTimeTag()

std::string ml::DcmDRTOriginalAttributesSequenceInterface::Item::getAttributeModificationDateTimeTag ( ) const
inline

◆ getHL7InstanceIdentifier()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::getHL7InstanceIdentifier ( std::string &  parameter) const

◆ getHL7InstanceIdentifierTag()

std::string ml::DcmDRTOriginalAttributesSequenceInterface::Item::getHL7InstanceIdentifierTag ( ) const
inline

◆ getModifiedAttributesSequence()

DcmDRTModifiedAttributesSequenceInterface ml::DcmDRTOriginalAttributesSequenceInterface::Item::getModifiedAttributesSequence ( ) const

◆ getModifiedAttributesSequenceTag()

std::string ml::DcmDRTOriginalAttributesSequenceInterface::Item::getModifiedAttributesSequenceTag ( ) const
inline

◆ getModifyingSystem()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::getModifyingSystem ( std::string &  parameter) const

◆ getModifyingSystemTag()

std::string ml::DcmDRTOriginalAttributesSequenceInterface::Item::getModifyingSystemTag ( ) const
inline

◆ getReasonForTheAttributeModification()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::getReasonForTheAttributeModification ( std::string &  parameter) const

◆ getReasonForTheAttributeModificationTag()

std::string ml::DcmDRTOriginalAttributesSequenceInterface::Item::getReasonForTheAttributeModificationTag ( ) const
inline

◆ getReferencedSOPClassUID()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::getReferencedSOPClassUID ( std::string &  parameter) const

◆ getReferencedSOPClassUIDTag()

std::string ml::DcmDRTOriginalAttributesSequenceInterface::Item::getReferencedSOPClassUIDTag ( ) const
inline

◆ getReferencedSOPInstanceUID()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::getReferencedSOPInstanceUID ( std::string &  parameter) const

◆ getReferencedSOPInstanceUIDTag()

std::string ml::DcmDRTOriginalAttributesSequenceInterface::Item::getReferencedSOPInstanceUIDTag ( ) const
inline

◆ getRetrieveURI()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::getRetrieveURI ( std::string &  parameter) const

◆ getRetrieveURITag()

std::string ml::DcmDRTOriginalAttributesSequenceInterface::Item::getRetrieveURITag ( ) const
inline

◆ getSourceOfPreviousValues()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::getSourceOfPreviousValues ( std::string &  parameter) const

◆ getSourceOfPreviousValuesTag()

std::string ml::DcmDRTOriginalAttributesSequenceInterface::Item::getSourceOfPreviousValuesTag ( ) const
inline

◆ getTreePtr()

DCMTree::TreePtr ml::DcmDRTOriginalAttributesSequenceInterface::Item::getTreePtr ( ) const
inline

Definition at line 62 of file mlDcmDRTOriginalAttributesSequenceInterface.h.

Referenced by operator=().

◆ isValid()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::isValid ( void  ) const
inline

◆ operator=()

Item& ml::DcmDRTOriginalAttributesSequenceInterface::Item::operator= ( const Item copyDcmItem)
inline

Definition at line 58 of file mlDcmDRTOriginalAttributesSequenceInterface.h.

References getTreePtr().

◆ setAttributeModificationDateTime()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::setAttributeModificationDateTime ( std::string  parameter)

◆ setHL7InstanceIdentifier()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::setHL7InstanceIdentifier ( std::string  parameter)

◆ setModifiedAttributesSequence()

void ml::DcmDRTOriginalAttributesSequenceInterface::Item::setModifiedAttributesSequence ( DcmDRTModifiedAttributesSequenceInterface  seq)

◆ setModifyingSystem()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::setModifyingSystem ( std::string  parameter)

◆ setReasonForTheAttributeModification()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::setReasonForTheAttributeModification ( std::string  parameter)

◆ setReferencedSOPClassUID()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::setReferencedSOPClassUID ( std::string  parameter)

◆ setReferencedSOPInstanceUID()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::setReferencedSOPInstanceUID ( std::string  parameter)

◆ setRetrieveURI()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::setRetrieveURI ( std::string  parameter)

◆ setSourceOfPreviousValues()

bool ml::DcmDRTOriginalAttributesSequenceInterface::Item::setSourceOfPreviousValues ( std::string  parameter)

The documentation for this class was generated from the following file: