Module: OpenEHR::Parser::ADLGrammar::BooleanNode17

Defined in:
lib/openehr/parser/adl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



11677
11678
11679
11680
11681
11682
11683
11684
# File 'lib/openehr/parser/adl_grammar.rb', line 11677

def value
  OpenEHR::AM::Archetype::Assertion::ExprBinaryOperator.new(
    :type => 'Boolean',
    :operator => OpenEHR::AM::Archetype::Assertion::OperatorKind::OP_GE,
    :left_operand => arithmetic_leaf.value,
    :right_operand => arithmetic_expression.value,
    :reference_type => 'Constraint')
end