ca.uhn.hl7v2.model.v24.segment
Class QID

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractSegment
      extended by ca.uhn.hl7v2.model.v24.segment.QID
All Implemented Interfaces:
Segment, Structure, Serializable

public class QID
extends AbstractSegment

Represents an HL7 QID message segment (Query Identification). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
QID(Group parent, ModelClassFactory factory)
          Creates a new QID segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 CE getMessageQueryName()
          Returns QID-2: "Message Query Name" - creates it if necessary
 ST getQid1_QueryTag()
          Returns QID-1: "Query Tag" - creates it if necessary
 CE getQid2_MessageQueryName()
          Returns QID-2: "Message Query Name" - creates it if necessary
 ST getQueryTag()
          Returns QID-1: "Query Tag" - creates it if necessary
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QID

public QID(Group parent,
           ModelClassFactory factory)
Creates a new QID segment

Method Detail

getQueryTag

public ST getQueryTag()
Returns QID-1: "Query Tag" - creates it if necessary


getQid1_QueryTag

public ST getQid1_QueryTag()
Returns QID-1: "Query Tag" - creates it if necessary


getMessageQueryName

public CE getMessageQueryName()
Returns QID-2: "Message Query Name" - creates it if necessary


getQid2_MessageQueryName

public CE getQid2_MessageQueryName()
Returns QID-2: "Message Query Name" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


Copyright © 2001-2011 University Health Network. All Rights Reserved.