DataElements Property

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

Property Value

The data elements used in creating the MAC.

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.