org.hl7.rim
public interface QueryContinuation extends RimObject, QueryEvent
This class maintains the state information required at the application level to control the logical continuation of a query response.
| Method Summary | |
|---|---|
| INT | getContinuationQuantity()
Gets attribute continuationQuantity of type INT and cardinality 0..1.
|
| INT | getStartResultNumber()
Gets attribute startResultNumber of type INT and cardinality 0..1.
|
| void | setContinuationQuantity(INT value)
Sets attribute continuationQuantity of type INT and cardinality 0..1.
|
| void | setStartResultNumber(INT value)
Sets attribute startResultNumber of type INT and cardinality 0..1.
|
Specifies the number of instance matches to return in the next query response message.
Returns: the attribute value
Specifies the instance number in the original query result set to start return in next query response message.
Returns: the attribute value
Specifies the number of instance matches to return in the next query response message.
Parameters: value the new attribute value
Specifies the instance number in the original query result set to start return in next query response message.
Parameters: value the new attribute value