DifferenceElement Constructor

Summary
Initializes a new instance of the DifferenceElement class.
Syntax
C#
VB
C++
Public Function New( _ 
   ByVal dataset As DicomDataSet, _ 
   ByVal element As DicomElement, _ 
   ByVal parent As DifferenceElement, _ 
   ByVal name As String _ 
) 
public: 
DifferenceElement(  
   DicomDataSet^ dataset, 
   DicomElement^ element, 
   DifferenceElement^ parent, 
   String^ name 
) 

Parameters

dataset
The DICOM dataset used in the comparison.

element
The DICOM element being compared.

parent
The parent of this DifferenceElement.

name
The name of the DICOM element used in the comparison.

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.