Enum ConfidentialityProfileActions
Namespace: Aspose.Medical.Dicom.Anonymization
Assembly: Aspose.Medical.dll (25.11.0)
Confidentiality Profile actions per tag as described in DICOM PS 3.15. Table E.1-1a. De-identification Action Codes https://dicom.nema.org/medical/dicom/current/output/chtml/part15/chapter_E.html#table_E.1-1a
[Flags]
public enum ConfidentialityProfileActions : byteFields
C = 16
Clean, that is replacing 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.