ModifiedAttributesSequence Property

Summary
Gets or sets the list modified elements.
Syntax
C#
VB
C++
[Element(DicomTag.ModifiedAttributesSequence)] 
public List<ElementTag> ModifiedAttributesSequence { get; set; } 
<ElementAttribute()> 
Public Property ModifiedAttributesSequence As List(Of ElementTag) 
[ElementAttribute()] 
public: 
property List<ElementTag^>^ ModifiedAttributesSequence { 
   List<ElementTag^>^ get(); 
   void set (    List<ElementTag^>^ ); 
} 

Property Value

The list of elements that make of the modified attributes sequence item in the DICOM dataset.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.