BeforeTagAnonymizationEventArgs Constructor

Summary

Initializes a new instance of the BeforeTagAnonymizationEventArgs class.

Syntax
C#
VB
C++
Public Function New( _ 
   ByVal ds As DicomDataSet, _ 
   ByVal element As DicomElement, _ 
   ByVal currentValue As String, _ 
   ByVal newValue As String _ 
) 
public: 
BeforeTagAnonymizationEventArgs(  
   DicomDataSet^ ds, 
   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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly