Class: OpenEHR::RM::Composition::Content::Entry::InstructionDetails
- Inherits:
-
Pathable
- Object
- Pathable
- OpenEHR::RM::Composition::Content::Entry::InstructionDetails
- Defined in:
- lib/open_ehr/rm/composition/content/entry.rb
Instance Attribute Summary collapse
-
#activity_id ⇒ Object
Returns the value of attribute activity_id.
-
#instruction_id ⇒ Object
Returns the value of attribute instruction_id.
-
#wf_details ⇒ Object
Returns the value of attribute wf_details.
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ InstructionDetails
constructor
A new instance of InstructionDetails.
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_id ⇒ Object
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_id ⇒ Object
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_details ⇒ Object
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 |