public class EQL extends AbstractSegment
Represents an HL7 EQL message segment (Embedded Query Language). This segment has the following fields:
log| Constructor and Description |
|---|
EQL(Group parent,
ModelClassFactory factory)
Creates a new EQL segment
|
| Modifier and Type | Method and Description |
|---|---|
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
|
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitiongetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic EQL(Group parent, ModelClassFactory factory)
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 AbstractSegmentCopyright © 2001-2014 University Health Network. All Rights Reserved.