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

Inherits:
Pathable
  • Object
show all
Defined in:
lib/open_ehr/rm/composition/content/entry.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args = { }) ⇒ InstructionDetails

Returns a new instance of InstructionDetails.



202
203
204
205
206
207
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 202

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.



199
200
201
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 199

def activity_id
  @activity_id
end

#instruction_idObject

Returns the value of attribute instruction_id.



199
200
201
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 199

def instruction_id
  @instruction_id
end

#wf_detailsObject

Returns the value of attribute wf_details.



200
201
202
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 200

def wf_details
  @wf_details
end