Anonymize(string,string,string,bool) 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 
) 
public: 
virtual void Anonymize(  
   String^ searchDirectory, 
   String^ pattern, 
   String^ outputDir, 
   bool allDirectories 
)  

Parameters

searchDirectory
The directory to be searched 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.

Remarks

The method will anonymize the files found according to the search pattern. Default anonymization keys will be used.

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.