org.hl7.rim
public interface RelationalExpression extends RimObject, SelectionExpression
| Method Summary | |
|---|---|
| SC | getElementName()
Gets attribute elementName of type SC and cardinality 0..1.
|
| CS | getRelationalOperatorCode()
Gets attribute relationalOperatorCode of type CS and cardinality 0..1.
|
| ST | getValue()
Gets attribute value of type ST and cardinality 0..1.
|
| void | setElementName(SC value)
Sets attribute elementName of type SC and cardinality 0..1.
|
| void | setRelationalOperatorCode(CS value)
Sets attribute relationalOperatorCode of type CS and cardinality 0..1.
|
| void | setValue(ST value)
Sets attribute value of type ST and cardinality 0..1.
|
Identifies RIM element as subject of selection criteria evaluation.
Returns: the attribute value
Identifies common relational operators used in selection criteria.
Returns: the attribute value
Value supplied for comparison using criteria.
Returns: the attribute value
Identifies RIM element as subject of selection criteria evaluation.
Parameters: value the new attribute value
Identifies common relational operators used in selection criteria.
Parameters: value the new attribute value
Value supplied for comparison using criteria.
Parameters: value the new attribute value