Anonymize(string,string,string,bool,ImageSettings) Method

Summary
Anonymizes the specified directory searching for files with the specified pattern.
Syntax
C#
C++/CLI
public virtual void Anonymize( 
   string searchDirectory, 
   string pattern, 
   string outputDir, 
   bool allDirectories, 
   ImageSettings settings 
) 
public: 
virtual void Anonymize(  
   String^ searchDirectory, 
   String^ pattern, 
   String^ outputDir, 
   bool allDirectories, 
   ImageSettings^ settings 
)  

Parameters

searchDirectory
The search directory to look for DICOM files.

pattern
The pattern to search for.

outputDir
The output directory for the anonymized files.

allDirectories
true to search all directories; otherwise, search only the top level directory.

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

Remarks

This method will return patient id, study instance uid, and series instance uid for matching files in the searched directories. The  settings 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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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