Anonymizes the specified directory, searching for files with the specified pattern.
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
)
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.
The method will anonymize the files found according to the search pattern. Default anonymization keys will be used.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document