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

Inherits:
CareEntry show all
Defined in:
lib/open_ehr/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.



87
88
89
90
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 87

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

Instance Attribute Details

#dataObject

Returns the value of attribute data.



85
86
87
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 85

def data
  @data
end