public static interface DicomConfigProtos.DicomConfig.TagFilterListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTags(int index)
Tags to be filtered.
|
com.google.protobuf.ByteString |
getTagsBytes(int index)
Tags to be filtered.
|
int |
getTagsCount()
Tags to be filtered.
|
java.util.List<java.lang.String> |
getTagsList()
Tags to be filtered.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getTagsList()
Tags to be filtered. Tags must be DICOM Data Elements, as defined at: http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1. They may be provided by "Keyword" or "Tag". For example "PatientID", "00100010".
repeated string tags = 1;int getTagsCount()
Tags to be filtered. Tags must be DICOM Data Elements, as defined at: http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1. They may be provided by "Keyword" or "Tag". For example "PatientID", "00100010".
repeated string tags = 1;java.lang.String getTags(int index)
Tags to be filtered. Tags must be DICOM Data Elements, as defined at: http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1. They may be provided by "Keyword" or "Tag". For example "PatientID", "00100010".
repeated string tags = 1;com.google.protobuf.ByteString getTagsBytes(int index)
Tags to be filtered. Tags must be DICOM Data Elements, as defined at: http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1. They may be provided by "Keyword" or "Tag". For example "PatientID", "00100010".
repeated string tags = 1;