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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET