←Select platform

BeforeTagAnonymizationEventArgs Constructor

Summary

Initializes a new instance of the BeforeTagAnonymizationEventArgs class.

Syntax

C#
VB
C++
Public Function New( _ 
   ByVal ds As Leadtools.Dicom.DicomDataSet, _ 
   ByVal element As Leadtools.Dicom.DicomElement, _ 
   ByVal currentValue As String, _ 
   ByVal newValue As String _ 
) 
public: 
BeforeTagAnonymizationEventArgs(  
   Leadtools.Dicom.DicomDataSet^ ds, 
   Leadtools.Dicom.DicomElement^ element, 
   String^ currentValue, 
   String^ newValue 
) 

Parameters

ds
The DICOM dataset to be anonymized.

element
The DICOM element that is currently being anonymized.

currentValue
The current value of the DICOM element.

newValue
The new value of the DICOM element.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly