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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DeidentifyConfig() |
Modifier and Type | Method and Description |
---|---|
DeidentifyConfig |
clone() |
AnnotationConfig |
getAnnotation()
Configures how annotations, meaning that the location and infoType of sensitive information
findings, are created during de-identification.
|
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 |
setAnnotation(AnnotationConfig annotation)
Configures how annotations, meaning that the location and infoType of sensitive information
findings, are created during de-identification.
|
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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public AnnotationConfig getAnnotation()
null
for nonepublic DeidentifyConfig setAnnotation(AnnotationConfig annotation)
annotation
- annotation or null
for nonepublic 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.GenericJson
public DeidentifyConfig clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.