Class: OpenEHR::RM::Composition::Content::Entry::Action
- Inherits:
-
CareEntry
- Object
- Locatable
- ContentItem
- Entry
- CareEntry
- OpenEHR::RM::Composition::Content::Entry::Action
- Defined in:
- lib/open_ehr/rm/composition/content/entry.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#instruction_details ⇒ Object
Returns the value of attribute instruction_details.
-
#ism_transition ⇒ Object
Returns the value of attribute ism_transition.
-
#time ⇒ Object
Returns the value of attribute time.
Attributes inherited from CareEntry
Attributes inherited from Entry
#encoding, #language, #other_participations, #provider, #subject, #workflow_id
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ Action
constructor
A new instance of Action.
Methods inherited from Entry
Constructor Details
#initialize(args = { }) ⇒ Action
Returns a new instance of Action.
168 169 170 171 172 173 174 |
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 168 def initialize(args = { }) super(args) self.description = args[:description] self.time = args[:time] self.ism_transition = args[:ism_transition] self.instruction_details = args[:instruction_details] end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
165 166 167 |
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 165 def description @description end |
#instruction_details ⇒ Object
Returns the value of attribute instruction_details.
166 167 168 |
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 166 def instruction_details @instruction_details end |
#ism_transition ⇒ Object
Returns the value of attribute ism_transition.
165 166 167 |
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 165 def ism_transition @ism_transition end |
#time ⇒ Object
Returns the value of attribute time.
165 166 167 |
# File 'lib/open_ehr/rm/composition/content/entry.rb', line 165 def time @time end |