Elements Property

Summary
Gets the list of dynamic properties that represent the DICOM dataset.
Syntax
C#
VB
C++
public IList<DicomEditableProperty> Elements { get; } 
Public ReadOnly Property Elements As IList(Of DicomEditableProperty) 
public: 
property IList<DicomEditableProperty^>^ Elements { 
   IList<DicomEditableProperty^>^ get(); 
} 

Property Value

The list of elements.

Example

For an example before to DicomEditableObject

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.