org.hl7.rim

Interface RelationalExpression

public interface RelationalExpression extends RimObject, SelectionExpression

Interface for RIM class RelationalExpression.
Method Summary
SCgetElementName()
Gets attribute elementName of type SC and cardinality 0..1.
CSgetRelationalOperatorCode()
Gets attribute relationalOperatorCode of type CS and cardinality 0..1.
STgetValue()
Gets attribute value of type ST and cardinality 0..1.
voidsetElementName(SC value)
Sets attribute elementName of type SC and cardinality 0..1.
voidsetRelationalOperatorCode(CS value)
Sets attribute relationalOperatorCode of type CS and cardinality 0..1.
voidsetValue(ST value)
Sets attribute value of type ST and cardinality 0..1.

Method Detail

getElementName

public SC getElementName()
Gets attribute elementName of type SC and cardinality 0..1.

Identifies RIM element as subject of selection criteria evaluation.

Returns: the attribute value

getRelationalOperatorCode

public CS getRelationalOperatorCode()
Gets attribute relationalOperatorCode of type CS and cardinality 0..1.

Identifies common relational operators used in selection criteria.

Returns: the attribute value

getValue

public ST getValue()
Gets attribute value of type ST and cardinality 0..1.

Value supplied for comparison using criteria.

Returns: the attribute value

setElementName

public void setElementName(SC value)
Sets attribute elementName of type SC and cardinality 0..1.

Identifies RIM element as subject of selection criteria evaluation.

Parameters: value the new attribute value

setRelationalOperatorCode

public void setRelationalOperatorCode(CS value)
Sets attribute relationalOperatorCode of type CS and cardinality 0..1.

Identifies common relational operators used in selection criteria.

Parameters: value the new attribute value

setValue

public void setValue(ST value)
Sets attribute value of type ST and cardinality 0..1.

Value supplied for comparison using criteria.

Parameters: value the new attribute value