public static interface DicomConfigProtos.DicomConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DicomConfigProtos.DicomConfig.TagFilterProfile |
getFilterProfile()
Tag filtering profile that determines which tags to keep/remove.
|
DicomConfigProtos.DicomConfig.TagFilterList |
getKeepList()
List of tags to keep.
|
DicomConfigProtos.DicomConfig.TagFilterListOrBuilder |
getKeepListOrBuilder()
List of tags to keep.
|
DicomConfigProtos.DicomConfig.TagFilterList |
getRemoveList()
List of tags to remove.
|
DicomConfigProtos.DicomConfig.TagFilterListOrBuilder |
getRemoveListOrBuilder()
List of tags to remove.
|
DicomConfigProtos.DicomConfig.TagFilterCase |
getTagFilterCase() |
boolean |
hasFilterProfile()
Tag filtering profile that determines which tags to keep/remove.
|
boolean |
hasKeepList()
List of tags to keep.
|
boolean |
hasRemoveList()
List of tags to remove.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKeepList()
List of tags to keep. Remove all other tags.
optional .redactor.DicomConfig.TagFilterList keep_list = 1;DicomConfigProtos.DicomConfig.TagFilterList getKeepList()
List of tags to keep. Remove all other tags.
optional .redactor.DicomConfig.TagFilterList keep_list = 1;DicomConfigProtos.DicomConfig.TagFilterListOrBuilder getKeepListOrBuilder()
List of tags to keep. Remove all other tags.
optional .redactor.DicomConfig.TagFilterList keep_list = 1;boolean hasRemoveList()
List of tags to remove. Keep all other tags.
optional .redactor.DicomConfig.TagFilterList remove_list = 2;DicomConfigProtos.DicomConfig.TagFilterList getRemoveList()
List of tags to remove. Keep all other tags.
optional .redactor.DicomConfig.TagFilterList remove_list = 2;DicomConfigProtos.DicomConfig.TagFilterListOrBuilder getRemoveListOrBuilder()
List of tags to remove. Keep all other tags.
optional .redactor.DicomConfig.TagFilterList remove_list = 2;boolean hasFilterProfile()
Tag filtering profile that determines which tags to keep/remove.
optional .redactor.DicomConfig.TagFilterProfile filter_profile = 3;DicomConfigProtos.DicomConfig.TagFilterProfile getFilterProfile()
Tag filtering profile that determines which tags to keep/remove.
optional .redactor.DicomConfig.TagFilterProfile filter_profile = 3;DicomConfigProtos.DicomConfig.TagFilterCase getTagFilterCase()