Class: OpenEHR::RM::Composition::Content::Entry::InstructionDetails

Inherits:
OpenEHR::RM::Common::Archetyped::Pathable show all
Defined in:
lib/openehr/rm/composition/content/entry.rb

Instance Attribute Summary collapse

Attributes inherited from OpenEHR::RM::Common::Archetyped::Pathable

#parent

Instance Method Summary collapse

Methods inherited from OpenEHR::RM::Common::Archetyped::Pathable

#item_at_path, #items_at_path, #path_exists?, #path_of_item, #path_unique?

Constructor Details

#initialize(args = { }) ⇒ InstructionDetails

Returns a new instance of InstructionDetails.



205
206
207
208
209
210
# File 'lib/openehr/rm/composition/content/entry.rb', line 205

def initialize(args = { })
  super(args)
  self.instruction_id = args[:instruction_id]
  self.activity_id = args[:activity_id]
  self.wf_details = args[:wf_details]
end

Instance Attribute Details

#activity_idObject

Returns the value of attribute activity_id.



202
203
204
# File 'lib/openehr/rm/composition/content/entry.rb', line 202

def activity_id
  @activity_id
end

#instruction_idObject

Returns the value of attribute instruction_id.



202
203
204
# File 'lib/openehr/rm/composition/content/entry.rb', line 202

def instruction_id
  @instruction_id
end

#wf_detailsObject

Returns the value of attribute wf_details.



203
204
205
# File 'lib/openehr/rm/composition/content/entry.rb', line 203

def wf_details
  @wf_details
end