DicomObjects.NET Core 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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also