Class: OpenEHR::RM::Composition::Content::Entry::Evaluation

Inherits:
CareEntry show all
Defined in:
lib/openehr/rm/composition/content/entry.rb

Instance Attribute Summary collapse

Attributes inherited from CareEntry

#guideline_id, #protocol

Attributes inherited from Entry

#encoding, #language, #other_participations, #provider, #subject, #workflow_id

Instance Method Summary collapse

Methods inherited from Entry

#subject_is_self?

Constructor Details

#initialize(args = { }) ⇒ Evaluation

Returns a new instance of Evaluation.



94
95
96
97
# File 'lib/openehr/rm/composition/content/entry.rb', line 94

def initialize(args = { })
  super(args)
  self.data = args[:data]
end

Instance Attribute Details

#dataObject

Returns the value of attribute data.



92
93
94
# File 'lib/openehr/rm/composition/content/entry.rb', line 92

def data
  @data
end