DicomObjects.NET.V8
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 List(Of Keyword)
    'Usage
     
    Dim value As List(Of Keyword)
     
    value = DicomGlobal.DeidentifyInLog
    public static List<Keyword> DeidentifyInLog {get;}
    public:
    static property List<Keyword>^ DeidentifyInLog {
       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.0 or higher

    See Also