Class: OpenEHR::RM::Composition::Content::Entry::InstructionDetails
- Inherits:
-
OpenEHR::RM::Common::Archetyped::Pathable
- Object
- OpenEHR::RM::Common::Archetyped::Pathable
- OpenEHR::RM::Composition::Content::Entry::InstructionDetails
- Defined in:
- lib/openehr/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.
Attributes inherited from OpenEHR::RM::Common::Archetyped::Pathable
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ InstructionDetails
constructor
A new instance of InstructionDetails.
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_id ⇒ Object
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_id ⇒ Object
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_details ⇒ Object
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 |