Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
DeidentifyConfig |
DeidentifyConfig.clone() |
DeidentifyConfig |
DeidentifyFhirStoreRequest.getConfig()
Deidentify configuration.
|
DeidentifyConfig |
DeidentifiedStoreDestination.getConfig()
The configuration to use when de-identifying resources that are added to this store.
|
DeidentifyConfig |
DeidentifyDicomStoreRequest.getConfig()
Deidentify configuration.
|
DeidentifyConfig |
DeidentifyDatasetRequest.getConfig()
Deidentify configuration.
|
DeidentifyConfig |
DeidentifyConfig.set(String fieldName,
Object value) |
DeidentifyConfig |
DeidentifyConfig.setAnnotation(AnnotationConfig annotation)
Configures how annotations, meaning that the location and infoType of sensitive information
findings, are created during de-identification.
|
DeidentifyConfig |
DeidentifyConfig.setDicom(DicomConfig dicom)
Configures de-id of application/DICOM content.
|
DeidentifyConfig |
DeidentifyConfig.setDicomTagConfig(DicomTagConfig dicomTagConfig)
Configures de-id of application/DICOM content.
|
DeidentifyConfig |
DeidentifyConfig.setFhir(FhirConfig fhir)
Configures de-id of application/FHIR content.
|
DeidentifyConfig |
DeidentifyConfig.setFhirFieldConfig(FhirFieldConfig fhirFieldConfig)
Configures de-id of application/FHIR content.
|
DeidentifyConfig |
DeidentifyConfig.setImage(ImageConfig image)
Configures the de-identification of image pixels in the source_dataset.
|
DeidentifyConfig |
DeidentifyConfig.setOperationMetadata(DeidentifyOperationMetadata operationMetadata)
Details about the work the de-identify operation performed.
|
DeidentifyConfig |
DeidentifyConfig.setText(TextConfig text)
Configures de-identification of text wherever it is found in the source_dataset.
|
DeidentifyConfig |
DeidentifyConfig.setUseRegionalDataProcessing(Boolean useRegionalDataProcessing)
Ensures in-flight data remains in the region of origin during de-identification.
|
Modifier and Type | Method and Description |
---|---|
DeidentifyFhirStoreRequest |
DeidentifyFhirStoreRequest.setConfig(DeidentifyConfig config)
Deidentify configuration.
|
DeidentifiedStoreDestination |
DeidentifiedStoreDestination.setConfig(DeidentifyConfig config)
The configuration to use when de-identifying resources that are added to this store.
|
DeidentifyDicomStoreRequest |
DeidentifyDicomStoreRequest.setConfig(DeidentifyConfig config)
Deidentify configuration.
|
DeidentifyDatasetRequest |
DeidentifyDatasetRequest.setConfig(DeidentifyConfig config)
Deidentify configuration.
|
Copyright © 2011–2024 Google. All rights reserved.