org.hl7.rim
public interface Parameter extends RimObject, InfrastructureRoot
The Parameter class is an implementation class that represents the structure of parameters that may be specified with the Query-by-parameter mechanisms of the V3 query framework. Parameters may be set of name/value pairs, a named parameter list with a set of name/value pairs or any combination the previous two options.
| Method Summary | |
|---|---|
| II | getId()
Gets attribute id of type II and cardinality 0..1.
|
| ParameterList | getParameterList()
Gets association 'parameterList' to RIM class ParameterList with cardinality (0..1).
|
| QueryByParameter | getQueryByParameter()
Gets association 'queryByParameter' to RIM class QueryByParameter with cardinality (0..1).
|
| void | setId(II value)
Sets attribute id of type II and cardinality 0..1.
|
| void | setParameterList(ParameterList value)
Sets association 'parameterList' to RIM class ParameterList with cardinality (0..1).
|
| void | setQueryByParameter(QueryByParameter value)
Sets association 'queryByParameter' to RIM class QueryByParameter with cardinality (0..1).
|
The Parameter.id can assist in tracing problems with implementing the query-by-parameter mechanism.
Returns: the attribute value
Specifies the relationship between a parameter list and the parameters which are its content.
Returns: the reference to the linked class
Returns: the reference to the linked class
The Parameter.id can assist in tracing problems with implementing the query-by-parameter mechanism.
Parameters: value the new attribute value
Specifies the relationship between a parameter list and the parameters which are its content.
Parameters: value the new association value
Parameters: value the new association value