public class QueryTag
extends java.lang.Object
DicomDir.query| Modifier and Type | Field and Description |
|---|---|
static QueryTag |
ALL
Elects all dicom tags for matching
|
public static QueryTag ALL
public QueryTag(int group,
int element)
group - group number of the elected dicom tagelement - element number of the elected dicom tagpublic boolean matches(TagValue tagValue)