←Select platform

Anonymize(DicomDataSet,ImageSettings) Method

Summary

Anonymizes the specified dataset with the provided image settings.

Syntax

C#
VB
C++
public virtual void Anonymize( 
   DicomDataSet dataset, 
   ImageSettings imageSettings 
) 
Public Overloads Overridable Sub Anonymize( _ 
   ByVal dataset As Leadtools.Dicom.DicomDataSet, _ 
   ByVal imageSettings As Leadtools.Dicom.Common.Anonymization.ImageSettings _ 
)  

Parameters

dataset
The dataset to anonymize.

imageSettings
The image settings to apply when changing the image in the anonymized dataset.

Remarks

The imageSettings are only valid if you apply BlackoutRects to the anonymized images. Doing this will require that the image be re-inserted into the anonymized dataset.

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