org.hl7.rim
public interface QueryAck extends RimObject, QueryEvent
This class carries information sent with responses to a query.
| Method Summary | |
|---|---|
| CS | getQueryResponseCode()
Gets attribute queryResponseCode of type CS and cardinality 0..1.
|
| INT | getResultCurrentQuantity()
Gets attribute resultCurrentQuantity of type INT and cardinality 0..1.
|
| INT | getResultRemainingQuantity()
Gets attribute resultRemainingQuantity of type INT and cardinality 0..1.
|
| INT | getResultTotalQuantity()
Gets attribute resultTotalQuantity of type INT and cardinality 0..1.
|
| void | setQueryResponseCode(CS value)
Sets attribute queryResponseCode of type CS and cardinality 0..1.
|
| void | setResultCurrentQuantity(INT value)
Sets attribute resultCurrentQuantity of type INT and cardinality 0..1.
|
| void | setResultRemainingQuantity(INT value)
Sets attribute resultRemainingQuantity of type INT and cardinality 0..1.
|
| void | setResultTotalQuantity(INT value)
Sets attribute resultTotalQuantity of type INT and cardinality 0..1.
|
This attribute allows the responding system to return a precise response status.
Returns: the attribute value
Specifies number of matches for processed query specification that occur in current bundle of matches.
Returns: the attribute value
Specifies number of matches for processed query specification that have yet to be sent to receiver.
Returns: the attribute value
Specifies total number of instance matches for query specification associated with this query response instance.
Returns: the attribute value
This attribute allows the responding system to return a precise response status.
Parameters: value the new attribute value
Specifies number of matches for processed query specification that occur in current bundle of matches.
Parameters: value the new attribute value
Specifies number of matches for processed query specification that have yet to be sent to receiver.
Parameters: value the new attribute value
Specifies total number of instance matches for query specification associated with this query response instance.
Parameters: value the new attribute value