public final class DeidentifyDicomStoreRequest extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DeidentifyDicomStoreRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeidentifyDicomStoreRequest |
clone() |
DeidentifyConfig |
getConfig()
De-identify configuration.
|
String |
getDestinationStore()
The name of the DICOM store to create and write the redacted data to.
|
DicomFilterConfig |
getFilterConfig()
Filter configuration.
|
DeidentifyDicomStoreRequest |
set(String fieldName,
Object value) |
DeidentifyDicomStoreRequest |
setConfig(DeidentifyConfig config)
De-identify configuration.
|
DeidentifyDicomStoreRequest |
setDestinationStore(String destinationStore)
The name of the DICOM store to create and write the redacted data to.
|
DeidentifyDicomStoreRequest |
setFilterConfig(DicomFilterConfig filterConfig)
Filter configuration.
|
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 DeidentifyConfig getConfig()
null for nonepublic DeidentifyDicomStoreRequest setConfig(DeidentifyConfig config)
config - config or null for nonepublic String getDestinationStore()
null for nonepublic DeidentifyDicomStoreRequest setDestinationStore(String destinationStore)
destinationStore - destinationStore or null for nonepublic DicomFilterConfig getFilterConfig()
null for nonepublic DeidentifyDicomStoreRequest setFilterConfig(DicomFilterConfig filterConfig)
filterConfig - filterConfig or null for nonepublic DeidentifyDicomStoreRequest set(String fieldName, Object value)
set in class GenericJsonpublic DeidentifyDicomStoreRequest clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.