Trispark JDT
2.50.13

com.archimed.dicom.dir
Class QueryTag

java.lang.Object
  extended by com.archimed.dicom.dir.QueryTag

public class QueryTag
extends java.lang.Object

QueryTag is a way of defining which tags should be elected for matching in DicomDir.query

See Also:
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

ALL

public static QueryTag ALL
Elects all dicom tags for matching

Constructor Detail

QueryTag

public QueryTag(int group,
                int element)
Elects only those tags that have specified group and element number

Parameters:
group - group number of the elected dicom tag
element - element number of the elected dicom tag

QueryTag

public QueryTag(int ddictEntry)
Elects only those tags that are the specified DDict tag

Parameters:
ddictEntry - e.g. DDict.dPatientName
See Also:
DDict
Method Detail

matches

public boolean matches(TagValue tagValue)
returns true if a Dicom Tag needs to be elected for matching


Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.