C#
VB
C++
Initializes a new instance of the DifferenceElement class.
public DifferenceElement(
DicomDataSet dataset,
DicomElement element,
DifferenceElement parent,
string name
)
Public Function New( _
ByVal dataset As Leadtools.Dicom.DicomDataSet, _
ByVal element As Leadtools.Dicom.DicomElement, _
ByVal parent As Leadtools.Dicom.Common.Compare.DifferenceElement, _
ByVal name As String _
)
public:
DifferenceElement(
Leadtools.Dicom.DicomDataSet^ dataset,
Leadtools.Dicom.DicomElement^ element,
Leadtools.Dicom.Common.Compare.DifferenceElement^ parent,
String^ name
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET