DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / DeidentifyInLog Property






In This Topic
    DeidentifyInLog Property
    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();
    }
    Remarks

    Any such attributes will be replaced by either {De-identified} or by the value of DicomGlobal.GetRegString("DeIdentifyText") if that has been set.

    It is important to note that this not applies to the individual attributes (as listed in a 3F level log), as a full byte level log will still contain the binary versions of such data

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also