org.hl7.rim
public interface QueryBySelection extends RimObject, QuerySpec
This class contains the definition of a Query by Selection. This is an HL7 query in which a request can specify any or all of the variables offered by a data server and may additionally specify any permissible operators and values for each variable as published in a query conformance statement. This query format is considered an open query because it allows a selection specification against a published data base schema.
| Method Summary | |
|---|---|
| void | addSelectionExpression(SelectionExpression value)
Adds an association 'selectionExpression' to RIM class SelectionExpression.
|
| AssociationSet<SelectionExpression> | getSelectionExpression()
Gets association 'selectionExpression' to RIM classes SelectionExpression with cardinality (0..*).
|
| void | setSelectionExpression(AssociationSet<SelectionExpression> value)
Sets associations 'selectionExpression' to RIM classes SelectionExpression with cardinality (0..*).
|
Parameters: value the added association value
Returns: the references to the linked classes
Parameters: value the new association values