Class: OpenEHR::RM::Common::Archetyped::FeederAuditDetails
- Inherits:
-
Object
- Object
- OpenEHR::RM::Common::Archetyped::FeederAuditDetails
- Defined in:
- lib/open_ehr/rm/common/archetyped.rb
Overview
of FeederAudit
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#system_id ⇒ Object
Returns the value of attribute system_id.
-
#time ⇒ Object
Returns the value of attribute time.
-
#version_id ⇒ Object
Returns the value of attribute version_id.
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ FeederAuditDetails
constructor
A new instance of FeederAuditDetails.
Constructor Details
#initialize(args = { }) ⇒ FeederAuditDetails
Returns a new instance of FeederAuditDetails.
163 164 165 166 167 168 169 170 |
# File 'lib/open_ehr/rm/common/archetyped.rb', line 163 def initialize(args = { }) self.system_id = args[:system_id] self.provider = args[:provider] self.location = args[:location] self.time = args[:time] self.subject = args[:subject] self.version_id = args[:version_id] end |
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location.
161 162 163 |
# File 'lib/open_ehr/rm/common/archetyped.rb', line 161 def location @location end |
#provider ⇒ Object
Returns the value of attribute provider.
161 162 163 |
# File 'lib/open_ehr/rm/common/archetyped.rb', line 161 def provider @provider end |
#subject ⇒ Object
Returns the value of attribute subject.
161 162 163 |
# File 'lib/open_ehr/rm/common/archetyped.rb', line 161 def subject @subject end |
#system_id ⇒ Object
Returns the value of attribute system_id.
160 161 162 |
# File 'lib/open_ehr/rm/common/archetyped.rb', line 160 def system_id @system_id end |
#time ⇒ Object
Returns the value of attribute time.
161 162 163 |
# File 'lib/open_ehr/rm/common/archetyped.rb', line 161 def time @time end |
#version_id ⇒ Object
Returns the value of attribute version_id.
161 162 163 |
# File 'lib/open_ehr/rm/common/archetyped.rb', line 161 def version_id @version_id end |