public final class DeidentifyConfig
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Healthcare API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DeidentifyConfig() |
| Modifier and Type | Method and Description |
|---|---|
DeidentifyConfig |
clone() |
DicomConfig |
getDicom()
Configures de-id of application/DICOM content.
|
DicomTagConfig |
getDicomTagConfig()
Configures de-id of application/DICOM content.
|
FhirConfig |
getFhir()
Configures de-id of application/FHIR content.
|
FhirFieldConfig |
getFhirFieldConfig()
Configures de-id of application/FHIR content.
|
ImageConfig |
getImage()
Configures the de-identification of image pixels in the source_dataset.
|
DeidentifyOperationMetadata |
getOperationMetadata()
Details about the work the de-identify operation performed.
|
TextConfig |
getText()
Configures de-identification of text wherever it is found in the source_dataset.
|
Boolean |
getUseRegionalDataProcessing()
Ensures in-flight data remains in the region of origin during de-identification.
|
DeidentifyConfig |
set(String fieldName,
Object value) |
DeidentifyConfig |
setDicom(DicomConfig dicom)
Configures de-id of application/DICOM content.
|
DeidentifyConfig |
setDicomTagConfig(DicomTagConfig dicomTagConfig)
Configures de-id of application/DICOM content.
|
DeidentifyConfig |
setFhir(FhirConfig fhir)
Configures de-id of application/FHIR content.
|
DeidentifyConfig |
setFhirFieldConfig(FhirFieldConfig fhirFieldConfig)
Configures de-id of application/FHIR content.
|
DeidentifyConfig |
setImage(ImageConfig image)
Configures the de-identification of image pixels in the source_dataset.
|
DeidentifyConfig |
setOperationMetadata(DeidentifyOperationMetadata operationMetadata)
Details about the work the de-identify operation performed.
|
DeidentifyConfig |
setText(TextConfig text)
Configures de-identification of text wherever it is found in the source_dataset.
|
DeidentifyConfig |
setUseRegionalDataProcessing(Boolean useRegionalDataProcessing)
Ensures in-flight data remains in the region of origin during de-identification.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic DicomConfig getDicom()
null for nonepublic DeidentifyConfig setDicom(DicomConfig dicom)
dicom - dicom or null for nonepublic DicomTagConfig getDicomTagConfig()
null for nonepublic DeidentifyConfig setDicomTagConfig(DicomTagConfig dicomTagConfig)
dicomTagConfig - dicomTagConfig or null for nonepublic FhirConfig getFhir()
null for nonepublic DeidentifyConfig setFhir(FhirConfig fhir)
fhir - fhir or null for nonepublic FhirFieldConfig getFhirFieldConfig()
null for nonepublic DeidentifyConfig setFhirFieldConfig(FhirFieldConfig fhirFieldConfig)
fhirFieldConfig - fhirFieldConfig or null for nonepublic ImageConfig getImage()
null for nonepublic DeidentifyConfig setImage(ImageConfig image)
image - image or null for nonepublic DeidentifyOperationMetadata getOperationMetadata()
null for nonepublic DeidentifyConfig setOperationMetadata(DeidentifyOperationMetadata operationMetadata)
operationMetadata - operationMetadata or null for nonepublic TextConfig getText()
null for nonepublic DeidentifyConfig setText(TextConfig text)
text - text or null for nonepublic Boolean getUseRegionalDataProcessing()
null for nonepublic DeidentifyConfig setUseRegionalDataProcessing(Boolean useRegionalDataProcessing)
useRegionalDataProcessing - useRegionalDataProcessing or null for nonepublic DeidentifyConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DeidentifyConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.