Class: OpenEHR::AQL::PathEvaluator::EhrIdValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/openehr/aql/engine/path_evaluator.rb

Overview

Dataset::EHRRecord#ehr_id is already an unwrapped String (see Dataset's own header comment), but AQL's "e/ehr_id/value" syntax still expects a HierObjectID-shaped hop with its own #value - this tiny wrapper bridges that gap.

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



29
30
31
# File 'lib/openehr/aql/engine/path_evaluator.rb', line 29

def value
  @value
end