Anonymizer Constructor(bool)

Summary

Initializes a new instance of the Anonymizer class.

Syntax
C#
VB
C++
public Anonymizer( 
   bool basicProfile 
) 
Public Function New( _ 
   ByVal basicProfile As Boolean _ 
) 
public: 
Anonymizer(  
   bool basicProfile 
) 

Parameters

basicProfile
true means the TagMacros will be initialized with macros that correspond to the DICOM Anonymization Basic Profile. If false, the MacroProcessor will not be initialized with any TagMacros.

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