Package ca.uhn.hl7v2.model.v24.segment
Class EQL
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v24.segment.EQL
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 EQL message segment (Embedded Query Language). This segment has the following fields:
- EQL-1: Query Tag (ST) optional
- EQL-2: Query/Response Format Code (ID)
- EQL-3: EQL Query Name (CE)
- EQL-4: EQL Query Statement (ST)
- 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 EQL-1: "Query Tag" - creates it if necessaryReturns EQL-2: "Query/Response Format Code" - creates it if necessaryReturns EQL-3: "EQL Query Name" - creates it if necessaryReturns EQL-4: "EQL Query Statement" - creates it if necessaryReturns EQL-3: "EQL Query Name" - creates it if necessaryReturns EQL-4: "EQL Query Statement" - creates it if necessaryReturns EQL-2: "Query/Response Format Code" - creates it if necessaryReturns EQL-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
-
EQL
Creates a new EQL segment
-
-
Method Details
-
getQueryTag
Returns EQL-1: "Query Tag" - creates it if necessary -
getEql1_QueryTag
Returns EQL-1: "Query Tag" - creates it if necessary -
getQueryResponseFormatCode
Returns EQL-2: "Query/Response Format Code" - creates it if necessary -
getEql2_QueryResponseFormatCode
Returns EQL-2: "Query/Response Format Code" - creates it if necessary -
getEQLQueryName
Returns EQL-3: "EQL Query Name" - creates it if necessary -
getEql3_EQLQueryName
Returns EQL-3: "EQL Query Name" - creates it if necessary -
getEQLQueryStatement
Returns EQL-4: "EQL Query Statement" - creates it if necessary -
getEql4_EQLQueryStatement
Returns EQL-4: "EQL Query Statement" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-