Image Config Text Redaction Mode
Determines how to redact text from image.
Entries
No text redaction specified. Same as REDACT_NO_TEXT.
Redact all text.
Redact sensitive text. Uses the set of Default DICOM InfoTypes.
Do not redact text.
This mode is like REDACT_SENSITIVE_TEXT
with the addition of the Clean Descriptors Option (https://dicom.nema.org/medical/dicom/2018e/output/chtml/part15/sect_E.3.5.html) enabled: When cleaning text, the process attempts to transform phrases matching any of the tags marked for removal (action codes D, Z, X, and U) in the Basic Profile (https://dicom.nema.org/medical/dicom/2018e/output/chtml/part15/chapter_E.html). These contextual phrases are replaced with the token "CTX". This mode uses an additional InfoType during inspection.
Types
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.