public final class DicomConfig
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 |
|---|
DicomConfig() |
| Modifier and Type | Method and Description |
|---|---|
DicomConfig |
clone() |
String |
getFilterProfile()
Tag filtering profile that determines which tags to keep/remove.
|
TagFilterList |
getKeepList()
List of tags to keep.
|
TagFilterList |
getRemoveList()
List of tags to remove.
|
Boolean |
getSkipIdRedaction()
If true, skip replacing StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID, and
MediaStorageSOPInstanceUID and leave them untouched.
|
DicomConfig |
set(String fieldName,
Object value) |
DicomConfig |
setFilterProfile(String filterProfile)
Tag filtering profile that determines which tags to keep/remove.
|
DicomConfig |
setKeepList(TagFilterList keepList)
List of tags to keep.
|
DicomConfig |
setRemoveList(TagFilterList removeList)
List of tags to remove.
|
DicomConfig |
setSkipIdRedaction(Boolean skipIdRedaction)
If true, skip replacing StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID, and
MediaStorageSOPInstanceUID and leave them untouched.
|
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 String getFilterProfile()
null for nonepublic DicomConfig setFilterProfile(String filterProfile)
filterProfile - filterProfile or null for nonepublic TagFilterList getKeepList()
null for nonepublic DicomConfig setKeepList(TagFilterList keepList)
keepList - keepList or null for nonepublic TagFilterList getRemoveList()
null for nonepublic DicomConfig setRemoveList(TagFilterList removeList)
removeList - removeList or null for nonepublic Boolean getSkipIdRedaction()
null for nonepublic DicomConfig setSkipIdRedaction(Boolean skipIdRedaction)
skipIdRedaction - skipIdRedaction or null for nonepublic DicomConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DicomConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.