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.



195
196
197
198
199
200
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 195

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.



192
193
194
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 192

def activity_id
  @activity_id
end

#instruction_idObject

Returns the value of attribute instruction_id.



192
193
194
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 192

def instruction_id
  @instruction_id
end

#wf_detailsObject

Returns the value of attribute wf_details.



193
194
195
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 193

def wf_details
  @wf_details
end