Class: OpenEHR::RM::Common::Archetyped::FeederAuditDetails
- Inherits:
-
Object
- Object
- OpenEHR::RM::Common::Archetyped::FeederAuditDetails
- Defined in:
- lib/openehr/rm/common/archetyped.rb
Overview
of FeederAudit
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#other_details ⇒ Object
RM 1.1.0 (SPECRM-74): optional custom meta-data, ITEM_STRUCTURE.
-
#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.
272 273 274 275 276 277 278 279 280 |
# File 'lib/openehr/rm/common/archetyped.rb', line 272 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] self.other_details = args[:other_details] end |
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location.
268 269 270 |
# File 'lib/openehr/rm/common/archetyped.rb', line 268 def location @location end |
#other_details ⇒ Object
RM 1.1.0 (SPECRM-74): optional custom meta-data, ITEM_STRUCTURE.
270 271 272 |
# File 'lib/openehr/rm/common/archetyped.rb', line 270 def other_details @other_details end |
#provider ⇒ Object
Returns the value of attribute provider.
268 269 270 |
# File 'lib/openehr/rm/common/archetyped.rb', line 268 def provider @provider end |
#subject ⇒ Object
Returns the value of attribute subject.
268 269 270 |
# File 'lib/openehr/rm/common/archetyped.rb', line 268 def subject @subject end |
#system_id ⇒ Object
Returns the value of attribute system_id.
267 268 269 |
# File 'lib/openehr/rm/common/archetyped.rb', line 267 def system_id @system_id end |
#time ⇒ Object
Returns the value of attribute time.
268 269 270 |
# File 'lib/openehr/rm/common/archetyped.rb', line 268 def time @time end |
#version_id ⇒ Object
Returns the value of attribute version_id.
268 269 270 |
# File 'lib/openehr/rm/common/archetyped.rb', line 268 def version_id @version_id end |