Show / Hide Table of Contents

Class DeidentifyConfig

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.

Inheritance
object
DeidentifyConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class DeidentifyConfig : IDirectResponseSchema

Properties

Dicom

Optional. Configures de-id of application/DICOM content.

Declaration
[JsonProperty("dicom")]
public virtual DicomConfig Dicom { get; set; }
Property Value
Type Description
DicomConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Fhir

Optional. Configures de-id of application/FHIR content.

Declaration
[JsonProperty("fhir")]
public virtual FhirConfig Fhir { get; set; }
Property Value
Type Description
FhirConfig

Image

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

Declaration
[JsonProperty("image")]
public virtual ImageConfig Image { get; set; }
Property Value
Type Description
ImageConfig

Text

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

Declaration
[JsonProperty("text")]
public virtual TextConfig Text { get; set; }
Property Value
Type Description
TextConfig

UseRegionalDataProcessing

Optional. Ensures in-flight data remains in the region of origin during de-identification. The default value is false. 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.

Declaration
[JsonProperty("useRegionalDataProcessing")]
public virtual bool? UseRegionalDataProcessing { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX