public final class FhirConfig
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FhirConfig() |
| Modifier and Type | Method and Description |
|---|---|
FhirConfig |
clone() |
Boolean |
getDefaultKeepExtensions()
The behaviour for handling FHIR extensions that aren't otherwise specified for de-
identification.
|
List<FieldMetadata> |
getFieldMetadataList()
Specifies FHIR paths to match and how to transform them.
|
FhirConfig |
set(String fieldName,
Object value) |
FhirConfig |
setDefaultKeepExtensions(Boolean defaultKeepExtensions)
The behaviour for handling FHIR extensions that aren't otherwise specified for de-
identification.
|
FhirConfig |
setFieldMetadataList(List<FieldMetadata> fieldMetadataList)
Specifies FHIR paths to match and how to transform them.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getDefaultKeepExtensions()
null for nonepublic FhirConfig setDefaultKeepExtensions(Boolean defaultKeepExtensions)
defaultKeepExtensions - defaultKeepExtensions or null for nonepublic List<FieldMetadata> getFieldMetadataList()
null for nonepublic FhirConfig setFieldMetadataList(List<FieldMetadata> fieldMetadataList)
fieldMetadataList - fieldMetadataList or null for nonepublic FhirConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FhirConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.