| 
|   | DcmDRTOriginalAttributesSequenceInterface () | 
|   | 
|   | DcmDRTOriginalAttributesSequenceInterface (std::vector< DcmDRTOriginalAttributesSequenceInterface::Item > dcmSequence) | 
|   | Default Constructor.  
  | 
|   | 
|   | DcmDRTOriginalAttributesSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | 
|   | 
| virtual  | ~DcmDRTOriginalAttributesSequenceInterface () | 
|   | Default virtual Destructor.  
  | 
|   | 
| bool  | getAttributeModificationDateTime (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getAttributeModificationDateTime (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getAttributeModificationDateTimeTag () const | 
|   | 
| bool  | setAttributeModificationDateTime (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getHL7InstanceIdentifier (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getHL7InstanceIdentifier (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getHL7InstanceIdentifierTag () const | 
|   | 
| bool  | setHL7InstanceIdentifier (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getModifyingSystem (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getModifyingSystem (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getModifyingSystemTag () const | 
|   | 
| bool  | setModifyingSystem (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getReasonForTheAttributeModification (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getReasonForTheAttributeModification (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getReasonForTheAttributeModificationTag () const | 
|   | 
| bool  | setReasonForTheAttributeModification (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getReferencedSOPClassUID (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getReferencedSOPClassUID (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getReferencedSOPClassUIDTag () const | 
|   | 
| bool  | setReferencedSOPClassUID (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getReferencedSOPInstanceUID (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getReferencedSOPInstanceUID (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getReferencedSOPInstanceUIDTag () const | 
|   | 
| bool  | setReferencedSOPInstanceUID (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getRetrieveURI (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getRetrieveURI (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getRetrieveURITag () const | 
|   | 
| bool  | setRetrieveURI (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getSourceOfPreviousValues (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getSourceOfPreviousValues (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getSourceOfPreviousValuesTag () const | 
|   | 
| bool  | setSourceOfPreviousValues (unsigned long idx, std::string parameter) | 
|   | 
| DcmDRTModifiedAttributesSequenceInterface  | getModifiedAttributesSequence (unsigned long idx) const | 
|   | 
| std::string  | getModifiedAttributesSequenceTag () const | 
|   | 
| void  | setModifiedAttributesSequence (DcmDRTModifiedAttributesSequenceInterface seq, unsigned long idx) | 
|   | 
| void  | setSequence (std::vector< DcmDRTOriginalAttributesSequenceInterface::Item > dcmSequence) | 
|   | Set the DRTOriginalAttributesSequence this interface class provides access to.  
  | 
|   | 
| std::vector< DcmDRTOriginalAttributesSequenceInterface::Item >  | getSequence () const | 
|   | Return the DRTOriginalAttributesSequence this interface class provides access to.  
  | 
|   | 
| bool  | hasSequence () const | 
|   | Check if the DRTOriginalAttributesSequence is set.  
  | 
|   | 
| MLint  | getNumberOfItems () const | 
|   | Return number of items the internal sequence consists of.  
  | 
|   | 
| DcmDRTOriginalAttributesSequenceInterface::Item  | getItem (const size_t idx) const | 
|   | Gets the item at the indicated position.  
  | 
|   | 
| DcmDRTOriginalAttributesSequenceInterface::Item &  | addItem () | 
|   | Adds a new item to the sequence.  
  | 
|   | 
| void  | addItem (DcmDRTOriginalAttributesSequenceInterface::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.  
  | 
|   | 
Class to provide access to DRTOriginalAttributesSequence. 
Definition at line 44 of file mlDcmDRTOriginalAttributesSequenceInterface.h.