Table of Contents

Enum DicomAnonymizer.SecurityProfileActions

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Profile actions per tag as described in DICOM PS 3.15

[Flags]
public enum DicomAnonymizer.SecurityProfileActions : byte
Extension Methods

Fields

C = 16

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

D = 1

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

K = 8

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

U = 32

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

X = 4

Remove

Z = 2

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