Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

Anonymize(String,String,String,Boolean) Method






The directory to be searched for DICOM files.
The pattern to search for.
The output directory for the anonymized files.
true to search all directories; otherwise, search only the top level directory.
Anonymizes the specified directory, searching for files with the specified pattern.
Syntax
public virtual void Anonymize( 
   string searchDirectory,
   string pattern,
   string outputDir,
   bool allDirectories
)
'Declaration
 
Public Overloads Overridable Sub Anonymize( _
   ByVal searchDirectory As String, _
   ByVal pattern As String, _
   ByVal outputDir As String, _
   ByVal allDirectories As Boolean _
) 
'Usage
 
Dim instance As Anonymizer
Dim searchDirectory As String
Dim pattern As String
Dim outputDir As String
Dim allDirectories As Boolean
 
instance.Anonymize(searchDirectory, pattern, outputDir, 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

See Also

Reference

Anonymizer Class
Anonymizer Members
Overload List

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features