Anonymize(string,string,string,bool) Method

Summary

Anonymizes the specified directory, searching for files with the specified pattern.

Syntax
C#
VB
C++
public virtual void Anonymize( 
   string searchDirectory, 
   string pattern, 
   string outputDir, 
   bool allDirectories 
) 
Public Overloads Overridable Sub Anonymize( _ 
   ByVal searchDirectory As String, _ 
   ByVal pattern As String, _ 
   ByVal outputDir As String, _ 
   ByVal allDirectories As Boolean _ 
)  
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly