|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v24.segment.EQL
public class EQL
Represents an HL7 EQL message segment (Embedded Query Language). This segment has the following fields:
| Constructor Summary | |
|---|---|
EQL(Group parent,
ModelClassFactory factory)
Creates a new EQL segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
ST |
getEql1_QueryTag()
Returns EQL-1: "Query Tag" - creates it if necessary |
ID |
getEql2_QueryResponseFormatCode()
Returns EQL-2: "Query/Response Format Code" - creates it if necessary |
CE |
getEql3_EQLQueryName()
Returns EQL-3: "EQL Query Name" - creates it if necessary |
ST |
getEql4_EQLQueryStatement()
Returns EQL-4: "EQL Query Statement" - creates it if necessary |
CE |
getEQLQueryName()
Returns EQL-3: "EQL Query Name" - creates it if necessary |
ST |
getEQLQueryStatement()
Returns EQL-4: "EQL Query Statement" - creates it if necessary |
ID |
getQueryResponseFormatCode()
Returns EQL-2: "Query/Response Format Code" - creates it if necessary |
ST |
getQueryTag()
Returns EQL-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 |
|---|
public EQL(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public ST getQueryTag()
public ST getEql1_QueryTag()
public ID getQueryResponseFormatCode()
public ID getEql2_QueryResponseFormatCode()
public CE getEQLQueryName()
public CE getEql3_EQLQueryName()
public ST getEQLQueryStatement()
public ST getEql4_EQLQueryStatement()
protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection in class AbstractSegment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||