ImageConfigTextRedactionMode

Determines how to redact text from image.

Entries

Link copied to clipboard

No text redaction specified. Same as REDACT_NO_TEXT.

Link copied to clipboard

Redact all text.

Link copied to clipboard

Redact sensitive text. Uses the set of Default DICOM InfoTypes.

Link copied to clipboard

Do not redact text.

Link copied to clipboard

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

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): ImageConfigTextRedactionMode
Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: ImageConfigTextRedactionMode
Link copied to clipboard
Link copied to clipboard