public static interface MessageQuery.Result
Modifier and Type | Method and Description |
---|---|
String |
get(int theFieldNumber) |
String |
get(String theFieldName) |
String[] |
getNamedFields() |
boolean |
next()
Advances to the next "row" of data if one is available.
|
String get(int theFieldNumber)
theFieldNumber
- numbered from zero in the order they are specified in the
queryString get(String theFieldName)
theFieldName
- a field name as specified in the query with the keyword
"as"String[] getNamedFields()
boolean next() throws HL7Exception
HL7Exception
Copyright © 2001–2017 University Health Network. All rights reserved.