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, normalize_path, path_attribute, path_attributes, #path_children, #path_exists?, #path_of_item, #path_unique?, select_by_predicate

Constructor Details

#initialize(args = { }) ⇒ InstructionDetails

Returns a new instance of InstructionDetails.



213
214
215
216
217
218
# File 'lib/openehr/rm/composition/content/entry.rb', line 213

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.



209
210
211
# File 'lib/openehr/rm/composition/content/entry.rb', line 209

def activity_id
  @activity_id
end

#instruction_idObject

Returns the value of attribute instruction_id.



209
210
211
# File 'lib/openehr/rm/composition/content/entry.rb', line 209

def instruction_id
  @instruction_id
end

#wf_detailsObject

Returns the value of attribute wf_details.



210
211
212
# File 'lib/openehr/rm/composition/content/entry.rb', line 210

def wf_details
  @wf_details
end