Leadtools.Dicom.Common.Compare Namespace > DifferenceElement Class : DifferenceElement Constructor |
public DifferenceElement( DicomDataSet dataset, DicomElement element, DifferenceElement parent, string name )
'Declaration Public Function New( _ ByVal dataset As DicomDataSet, _ ByVal element As DicomElement, _ ByVal parent As DifferenceElement, _ ByVal name As String _ )
'Usage Dim dataset As DicomDataSet Dim element As DicomElement Dim parent As DifferenceElement Dim name As String Dim instance As New DifferenceElement(dataset, element, parent, name)
public: DifferenceElement( DicomDataSet^ dataset, DicomElement^ element, DifferenceElement^ parent, String^ name )