Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata |
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata.clone() |
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata |
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata.set(String fieldName,
Object value) |
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata |
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata.setCharacterMaskField(CharacterMaskField characterMaskField)
Replace the field's value with a masking character.
|
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata |
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata.setCleanTextField(CleanTextField cleanTextField)
Inspect the field's text and transform sensitive text.
|
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata |
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata.setCryptoHashField(CryptoHashField cryptoHashField)
Replace field value with a hash of that value.
|
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata |
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata.setDateShiftField(DateShiftField dateShiftField)
Shift the date by a randomized number of days.
|
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata |
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata.setKeepField(KeepField keepField)
Keep the field unchanged.
|
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata |
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata.setPaths(List<String> paths)
List of paths to FHIR fields to redact.
|
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata |
GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata.setRemoveField(RemoveField removeField)
Remove the field.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata> |
FhirFieldConfig.getFieldMetadataList()
Specifies FHIR paths to match and how to transform them.
|
Modifier and Type | Method and Description |
---|---|
FhirFieldConfig |
FhirFieldConfig.setFieldMetadataList(List<GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata> fieldMetadataList)
Specifies FHIR paths to match and how to transform them.
|
Copyright © 2011–2024 Google. All rights reserved.