DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomGlobal Class / DeidentifyInLog Property



    DeidentifyInLog Property
    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
    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