Package | Description |
---|---|
com.google.api.services.healthcare.v1.model |
Modifier and Type | Method and Description |
---|---|
DeidentifyConfig |
DeidentifyConfig.clone() |
DeidentifyConfig |
DeidentifiedStoreDestination.getConfig()
The configuration to use when de-identifying resources that are added to this store.
|
DeidentifyConfig |
DeidentifyDicomStoreRequest.getConfig()
Deidentify configuration.
|
DeidentifyConfig |
DeidentifyFhirStoreRequest.getConfig()
Deidentify configuration.
|
DeidentifyConfig |
DeidentifyDatasetRequest.getConfig()
Deidentify 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 |
---|---|
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.
|
DeidentifyFhirStoreRequest |
DeidentifyFhirStoreRequest.setConfig(DeidentifyConfig config)
Deidentify configuration.
|
DeidentifyDatasetRequest |
DeidentifyDatasetRequest.setConfig(DeidentifyConfig config)
Deidentify configuration.
|
Copyright © 2011–2023 Google. All rights reserved.