Show / Hide Table of Contents

Class DeidentifyFhirStoreRequest

Creates a new FHIR store with sensitive information de-identified.

Inheritance
object
DeidentifyFhirStoreRequest
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.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class DeidentifyFhirStoreRequest : IDirectResponseSchema

Properties

Config

Deidentify configuration. Only one of config and gcs_config_uri can be specified.

Declaration
[JsonProperty("config")]
public virtual DeidentifyConfig Config { get; set; }
Property Value
Type Description
DeidentifyConfig

DestinationStore

Required. The name of the FHIR store to create and write the redacted data to. For example, projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}. * The destination dataset must exist. * The source dataset and destination dataset must both reside in the same location. De-identifying data across multiple locations is not supported. * The destination FHIR store must exist. * The caller must have the healthcare.fhirResources.update permission to write to the destination FHIR store.

Declaration
[JsonProperty("destinationStore")]
public virtual string DestinationStore { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

GcsConfigUri

Cloud Storage location to read the JSON cloud.healthcare.deidentify.DeidentifyConfig from, overriding the default config. Must be of the form gs://{bucket_id}/path/to/object. The Cloud Storage location must grant the Cloud IAM role roles/storage.objectViewer to the project's Cloud Healthcare Service Agent service account. Only one of config and gcs_config_uri can be specified.

Declaration
[JsonProperty("gcsConfigUri")]
public virtual string GcsConfigUri { get; set; }
Property Value
Type Description
string

ResourceFilter

A filter specifying the resources to include in the output. If not specified, all resources are included in the output.

Declaration
[JsonProperty("resourceFilter")]
public virtual FhirFilter ResourceFilter { get; set; }
Property Value
Type Description
FhirFilter

SkipModifiedResources

If true, skips resources that are created or modified after the de-identify operation is created.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX