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 DicomDataSet, _ 
   ByVal imageSettings As ImageSettings _ 
)  
public: 
virtual void Anonymize(  
   DicomDataSet^ dataset, 
   ImageSettings^ 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.