Package ca.uhn.hl7v2.model.v23.segment
Class QAK
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v23.segment.QAK
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 QAK message segment (Query Acknowledgement). This segment has the following fields:
- QAK-1: Query tag (ST) optional
- QAK-2: Query response status (ID) optional
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.hl7v2.model.AbstractStructure
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypecreateNewTypeWithoutReflection(int field) Returns QAK-1: "Query tag" - creates it if necessaryReturns QAK-2: "Query response status" - creates it if necessaryReturns QAK-2: "Query response status" - creates it if necessaryReturns QAK-1: "Query tag" - creates it if necessaryMethods inherited from class ca.uhn.hl7v2.model.AbstractSegment
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitionMethods inherited from class ca.uhn.hl7v2.model.AbstractStructure
getMessage, getParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Structure
getMessage, getParent
-
Constructor Details
-
QAK
Creates a new QAK segment
-
-
Method Details
-
getQueryTag
Returns QAK-1: "Query tag" - creates it if necessary -
getQak1_QueryTag
Returns QAK-1: "Query tag" - creates it if necessary -
getQueryResponseStatus
Returns QAK-2: "Query response status" - creates it if necessary -
getQak2_QueryResponseStatus
Returns QAK-2: "Query response status" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-