ca.uhn.hl7v2.model.v231.segment
Class QAK

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

public class QAK
extends AbstractSegment

Represents an HL7 QAK message segment (Query Acknowledgement). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
QAK(Group parent, ModelClassFactory factory)
          Creates a new QAK segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 ST getQak1_QueryTag()
          Returns QAK-1: "Query Tag" - creates it if necessary
 ID getQak2_QueryResponseStatus()
          Returns QAK-2: "Query Response Status" - creates it if necessary
 ID getQueryResponseStatus()
          Returns QAK-2: "Query Response Status" - creates it if necessary
 ST getQueryTag()
          Returns QAK-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

QAK

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

Method Detail

getQueryTag

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


getQak1_QueryTag

public ST getQak1_QueryTag()
Returns QAK-1: "Query Tag" - creates it if necessary


getQueryResponseStatus

public ID getQueryResponseStatus()
Returns QAK-2: "Query Response Status" - creates it if necessary


getQak2_QueryResponseStatus

public ID getQak2_QueryResponseStatus()
Returns QAK-2: "Query Response Status" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


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