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

Leadtools.Dicom.Common Assembly