Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Enum DicomAnonymizer.SecurityProfileActions

    Profile actions per tag as described in DICOM PS 3.15

    Namespace: FellowOakDicom
    Assembly: fo-dicom.core.dll
    Syntax
    [Flags]
    public enum SecurityProfileActions : byte

    Fields

    Name Description
    C

    Clean, that is replace with values of similar meaning known not to contain identifying information and consistent with the VR

    D

    Replace with a non-zero length value that may be a dummy value and consistent with the VR

    K

    Keep (unchanged for non-sequence attributes, cleaned for sequences)

    U

    Replace with a non-zero length UID that is internally consistent within a set of Instances

    X

    Remove

    Z

    Replace with a zero length value, or a non-zero length value that may be a dummy value and consistent with the VR

    Extension Methods

    LinqExtensions.IsOneOf<DicomAnonymizer.SecurityProfileActions>(DicomAnonymizer.SecurityProfileActions[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors