Class: OpenEHR::AQL::Dataset::EHRRecord
- Inherits:
-
Struct
- Object
- Struct
- OpenEHR::AQL::Dataset::EHRRecord
- Defined in:
- lib/openehr/aql/engine/dataset.rb
Instance Attribute Summary collapse
-
#compositions ⇒ Object
Returns the value of attribute compositions.
-
#ehr ⇒ Object
Returns the value of attribute ehr.
-
#ehr_id ⇒ Object
Returns the value of attribute ehr_id.
-
#ehr_status ⇒ Object
Returns the value of attribute ehr_status.
Instance Attribute Details
#compositions ⇒ Object
Returns the value of attribute compositions
36 37 38 |
# File 'lib/openehr/aql/engine/dataset.rb', line 36 def compositions @compositions end |
#ehr ⇒ Object
Returns the value of attribute ehr
36 37 38 |
# File 'lib/openehr/aql/engine/dataset.rb', line 36 def ehr @ehr end |
#ehr_id ⇒ Object
Returns the value of attribute ehr_id
36 37 38 |
# File 'lib/openehr/aql/engine/dataset.rb', line 36 def ehr_id @ehr_id end |
#ehr_status ⇒ Object
Returns the value of attribute ehr_status
36 37 38 |
# File 'lib/openehr/aql/engine/dataset.rb', line 36 def ehr_status @ehr_status end |