Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
Action |
Action.clone() |
Action |
Action.set(String fieldName,
Object value) |
Action |
Action.setCleanImageTag(ImageConfig cleanImageTag)
Inspect image and transform sensitive burnt-in text.
|
Action |
Action.setCleanTextTag(CleanTextTag cleanTextTag)
Inspect text and transform sensitive text.
|
Action |
Action.setDeleteTag(DeleteTag deleteTag)
Delete tag.
|
Action |
Action.setKeepTag(KeepTag keepTag)
Keep tag unchanged.
|
Action |
Action.setQueries(List<String> queries)
Select all tags with the listed tag IDs, names, or Value Representations (VRs).
|
Action |
Action.setRecurseTag(RecurseTag recurseTag)
Recursively apply DICOM de-id to tags nested in a sequence.
|
Action |
Action.setRegenUidTag(RegenUidTag regenUidTag)
Replace UID with a new generated UID.
|
Action |
Action.setRemoveTag(RemoveTag removeTag)
Replace with empty tag.
|
Action |
Action.setResetTag(ResetTag resetTag)
Reset tag to a placeholder value.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
DicomTagConfig.getActions()
Specifies custom tag selections and `Actions` to apply to them.
|
Modifier and Type | Method and Description |
---|---|
DicomTagConfig |
DicomTagConfig.setActions(List<Action> actions)
Specifies custom tag selections and `Actions` to apply to them.
|
Copyright © 2011–2024 Google. All rights reserved.