Class: OpenEHR::RM::Composition::Content::Entry::Evaluation
- Inherits:
-
CareEntry
- Object
- Locatable
- ContentItem
- Entry
- CareEntry
- OpenEHR::RM::Composition::Content::Entry::Evaluation
- Defined in:
- lib/open_ehr/rm/composition/content/entry.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
Attributes inherited from CareEntry
Attributes inherited from Entry
#encoding, #language, #other_participations, #provider, #subject, #workflow_id
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ Evaluation
constructor
A new instance of Evaluation.
Methods inherited from Entry
Constructor Details
#initialize(args = { }) ⇒ Evaluation
Returns a new instance of Evaluation.
94 95 96 97 |
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 94 def initialize(args = { }) super(args) self.data = args[:data] end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
92 93 94 |
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 92 def data @data end |