org.hl7.rim
public interface QuerySpec extends RimObject, QueryEvent
This class contains the specification of all HL7 Version 3 queries. Attributes common to all queries appear in this class specification.
| Method Summary | |
|---|---|
| void | addSortControl(SortControl value)
Adds an association 'sortControl' to RIM class SortControl.
|
| TS | getExecutionAndDeliveryTime()
Gets attribute executionAndDeliveryTime of type TS and cardinality 0..1.
|
| INT | getInitialQuantity()
Gets attribute initialQuantity of type INT and cardinality 0..1.
|
| CE | getInitialQuantityCode()
Gets attribute initialQuantityCode of type CE and cardinality 0..1.
|
| CS | getModifyCode()
Gets attribute modifyCode of type CS and cardinality 0..1.
|
| SET<II> | getResponseElementGroupId()
Gets attribute responseElementGroupId of type SET |
| CS | getResponseModalityCode()
Gets attribute responseModalityCode of type CS and cardinality 0..1.
|
| CS | getResponsePriorityCode()
Gets attribute responsePriorityCode of type CS and cardinality 0..1.
|
| AssociationSet<SortControl> | getSortControl()
Gets association 'sortControl' to RIM classes SortControl with cardinality (0..*).
|
| void | setExecutionAndDeliveryTime(TS value)
Sets attribute executionAndDeliveryTime of type TS and cardinality 0..1.
|
| void | setInitialQuantity(INT value)
Sets attribute initialQuantity of type INT and cardinality 0..1.
|
| void | setInitialQuantityCode(CE value)
Sets attribute initialQuantityCode of type CE and cardinality 0..1.
|
| void | setModifyCode(CS value)
Sets attribute modifyCode of type CS and cardinality 0..1.
|
| void | setResponseElementGroupId(SET<II> value)
Sets attribute responseElementGroupId of type SET |
| void | setResponseModalityCode(CS value)
Sets attribute responseModalityCode of type CS and cardinality 0..1.
|
| void | setResponsePriorityCode(CS value)
Sets attribute responsePriorityCode of type CS and cardinality 0..1.
|
| void | setSortControl(AssociationSet<SortControl> value)
Sets associations 'sortControl' to RIM classes SortControl with cardinality (0..*).
|
Parameters: value the added association value
Specifies the time the response is to be returned.
Returns: the attribute value
Defines the maximum size of the response that can be accepted by the requesting application.
Returns: the attribute value
Defines the units associated with the magnitude of the maximum size limit of a query response that can be accepted by the requesting application
Returns: the attribute value
Indicates whether the subscription to a query is new or is being modified.
Returns: the attribute value
The responseElementGroupId identifies the specific message type to be returned in the query response. This message type must be chosen from the set of message types supported by the receiver responsibilities associated with the query interaction.
Returns: the attribute value
Defines the timing and grouping of the response instances.
Returns: the attribute value
Identifies the time frame in which the response is expected.
Returns: the attribute value
Returns: the references to the linked classes
Specifies the time the response is to be returned.
Parameters: value the new attribute value
Defines the maximum size of the response that can be accepted by the requesting application.
Parameters: value the new attribute value
Defines the units associated with the magnitude of the maximum size limit of a query response that can be accepted by the requesting application
Parameters: value the new attribute value
Indicates whether the subscription to a query is new or is being modified.
Parameters: value the new attribute value
The responseElementGroupId identifies the specific message type to be returned in the query response. This message type must be chosen from the set of message types supported by the receiver responsibilities associated with the query interaction.
Parameters: value the new attribute value
Defines the timing and grouping of the response instances.
Parameters: value the new attribute value
Identifies the time frame in which the response is expected.
Parameters: value the new attribute value
Parameters: value the new association values