FieldMetadataAction

enum FieldMetadataAction : Enum<FieldMetadataAction> , ConvertibleToJava<FieldMetadataAction>

Deidentify action for one field.

Entries

Link copied to clipboard

No action specified.

Link copied to clipboard

Transform the entire field based on transformations specified in TextConfig. When the specified transformation cannot be applied to a field, RedactConfig is used. For example, a Crypto Hash transformation can't be applied to a FHIR Date field.

Link copied to clipboard

Inspect and transform any found PHI. When AnnotationConfig is provided, annotations of PHI will be generated, except for Date and Datetime.

Link copied to clipboard

Do not transform.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): FieldMetadataAction
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: FieldMetadataAction
Link copied to clipboard
Link copied to clipboard