C#
VB
C++
Initializes a new instance of the BeforeTagAnonymizationEventArgs class.
public BeforeTagAnonymizationEventArgs(
DicomDataSet ds,
DicomElement element,
string currentValue,
string newValue
)
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
)
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.
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