Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
DicomConfig |
DicomConfig.clone() |
DicomConfig |
DeidentifyConfig.getDicom()
Configures de-id of application/DICOM content.
|
DicomConfig |
DicomConfig.set(String fieldName,
Object value) |
DicomConfig |
DicomConfig.setFilterProfile(String filterProfile)
Tag filtering profile that determines which tags to keep/remove.
|
DicomConfig |
DicomConfig.setKeepList(TagFilterList keepList)
List of tags to keep.
|
DicomConfig |
DicomConfig.setRemoveList(TagFilterList removeList)
List of tags to remove.
|
DicomConfig |
DicomConfig.setSkipIdRedaction(Boolean skipIdRedaction)
If true, skip replacing StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID, and
MediaStorageSOPInstanceUID and leave them untouched.
|
Modifier and Type | Method and Description |
---|---|
DeidentifyConfig |
DeidentifyConfig.setDicom(DicomConfig dicom)
Configures de-id of application/DICOM content.
|
Copyright © 2011–2024 Google. All rights reserved.