| Package | Description |
|---|---|
| com.google.api.services.healthcare.v1 | |
| com.google.api.services.healthcare.v1.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)
The name of the FHIR store to create and write the redacted data to.
|
DeidentifyFhirStoreRequest |
DeidentifyFhirStoreRequest.setResourceFilter(FhirFilter resourceFilter)
A filter specifying the resources to include in the output.
|
Copyright © 2011–2021 Google. All rights reserved.