Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1 | |
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Deidentify |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.deidentify(String sourceStore,
DeidentifyFhirStoreRequest content)
De-identifies data from the source store and writes it to the destination store.
|
Constructor and Description |
---|
Deidentify(String sourceStore,
DeidentifyFhirStoreRequest content)
De-identifies data from the source store and writes it to the destination store.
|
Modifier and Type | Method and Description |
---|---|
DeidentifyFhirStoreRequest |
DeidentifyFhirStoreRequest.clone() |
DeidentifyFhirStoreRequest |
DeidentifyFhirStoreRequest.set(String fieldName,
Object value) |
DeidentifyFhirStoreRequest |
DeidentifyFhirStoreRequest.setConfig(DeidentifyConfig config)
Deidentify configuration.
|
DeidentifyFhirStoreRequest |
DeidentifyFhirStoreRequest.setDestinationStore(String destinationStore)
Required.
|
DeidentifyFhirStoreRequest |
DeidentifyFhirStoreRequest.setGcsConfigUri(String gcsConfigUri)
Cloud Storage location to read the JSON cloud.healthcare.deidentify.DeidentifyConfig from,
overriding the default config.
|
DeidentifyFhirStoreRequest |
DeidentifyFhirStoreRequest.setResourceFilter(FhirFilter resourceFilter)
A filter specifying the resources to include in the output.
|
DeidentifyFhirStoreRequest |
DeidentifyFhirStoreRequest.setSkipModifiedResources(Boolean skipModifiedResources)
If true, skips resources that are created or modified after the de-identify operation is
created.
|
Copyright © 2011–2024 Google. All rights reserved.