DeidentifyConfigResponse

data class DeidentifyConfigResponse(val dicom: DicomConfigResponse, val fhir: FhirConfigResponse, val image: ImageConfigResponse, val text: TextConfigResponse, val useRegionalDataProcessing: Boolean)

Configures de-id options specific to different types of content. Each submessage customizes the handling of an https://tools.ietf.org/html/rfc6838 media type or subtype. Configs are applied in a nested manner at runtime.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configures de-id of application/DICOM content.

Link copied to clipboard

Configures de-id of application/FHIR content.

Link copied to clipboard

Configures de-identification of image pixels wherever they are found in the source_dataset.

Link copied to clipboard

Configures de-identification of text wherever it is found in the source_dataset.

Link copied to clipboard

Ensures in-flight data remains in the region of origin during de-identification. Using this option results in a significant reduction of throughput, and is not compatible with LOCATION or ORGANIZATION_NAME infoTypes. LOCATION must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.