|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.archimed.dicom.dir.QueryTag
public class QueryTag
QueryTag is a way of defining which tags should be elected for matching in
DicomDir.query
DicomDir.query(QueryTag, QueryMode, String)| Field Summary | |
|---|---|
static QueryTag |
ALL
Elects all dicom tags for matching |
| Constructor Summary | |
|---|---|
QueryTag(int ddictEntry)
Elects only those tags that are the specified DDict tag |
|
QueryTag(int group,
int element)
Elects only those tags that have specified group and element number |
|
| Method Summary | |
|---|---|
boolean |
matches(TagValue tagValue)
returns true if a Dicom Tag needs to be elected for matching |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static QueryTag ALL
| Constructor Detail |
|---|
public QueryTag(int group,
int element)
group - group number of the elected dicom tagelement - element number of the elected dicom tagpublic QueryTag(int ddictEntry)
DDict tag
ddictEntry - e.g. DDict.dPatientNameDDict| Method Detail |
|---|
public boolean matches(TagValue tagValue)
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||