In This Topic
A list of keywords fo attributes which should not be included in any standard log file.
Syntax
'Declaration
Public Shared ReadOnly Property DeidentifyInLog As System.Collections.Generic.List(Of Keyword)
'Usage
Dim value As System.Collections.Generic.List(Of Keyword)
value = DicomGlobal.DeidentifyInLog
public static System.Collections.Generic.List<Keyword> DeidentifyInLog {get;}
public read-only property DeidentifyInLog: System.Collections.Generic.List; static;
public static function get DeidentifyInLog : System.Collections.Generic.List
public: __property static System.Collections.Generic.List<Keyword>* get_DeidentifyInLog();
public:
static property System.Collections.Generic.List<Keyword>^ DeidentifyInLog {
System.Collections.Generic.List<Keyword>^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also