| Package | Description |
|---|---|
| com.google.api.services.healthcare.v1.model |
| Modifier and Type | Method and Description |
|---|---|
DeidentifyConfig |
DeidentifyConfig.clone() |
DeidentifyConfig |
DeidentifyFhirStoreRequest.getConfig()
Deidentify configuration.
|
DeidentifyConfig |
DeidentifyDatasetRequest.getConfig()
Deidentify configuration.
|
DeidentifyConfig |
DeidentifyDicomStoreRequest.getConfig()
De-identify configuration.
|
DeidentifyConfig |
DeidentifyConfig.set(String fieldName,
Object value) |
DeidentifyConfig |
DeidentifyConfig.setDicom(DicomConfig dicom)
Configures de-id of application/DICOM content.
|
DeidentifyConfig |
DeidentifyConfig.setFhir(FhirConfig fhir)
Configures de-id of application/FHIR content.
|
DeidentifyConfig |
DeidentifyConfig.setImage(ImageConfig image)
Configures de-identification of image pixels wherever they are found in the source_dataset.
|
DeidentifyConfig |
DeidentifyConfig.setText(TextConfig text)
Configures de-identification of text wherever it is found in the source_dataset.
|
| Modifier and Type | Method and Description |
|---|---|
DeidentifyFhirStoreRequest |
DeidentifyFhirStoreRequest.setConfig(DeidentifyConfig config)
Deidentify configuration.
|
DeidentifyDatasetRequest |
DeidentifyDatasetRequest.setConfig(DeidentifyConfig config)
Deidentify configuration.
|
DeidentifyDicomStoreRequest |
DeidentifyDicomStoreRequest.setConfig(DeidentifyConfig config)
De-identify configuration.
|
Copyright © 2011–2021 Google. All rights reserved.