Class: OpenEHR::AQL::PathEvaluator::EhrIdValue
- Inherits:
-
Struct
- Object
- Struct
- OpenEHR::AQL::PathEvaluator::EhrIdValue
- 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
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
29 30 31 |
# File 'lib/openehr/aql/engine/path_evaluator.rb', line 29 def value @value end |