Class: OpenEHR::RM::Common::Archetyped::FeederAuditDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/openehr/rm/common/archetyped.rb

Overview

of FeederAudit

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args = { }) ⇒ FeederAuditDetails

Returns a new instance of FeederAuditDetails.



163
164
165
166
167
168
169
170
# File 'lib/openehr/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

#locationObject

Returns the value of attribute location.



161
162
163
# File 'lib/openehr/rm/common/archetyped.rb', line 161

def location
  @location
end

#providerObject

Returns the value of attribute provider.



161
162
163
# File 'lib/openehr/rm/common/archetyped.rb', line 161

def provider
  @provider
end

#subjectObject

Returns the value of attribute subject.



161
162
163
# File 'lib/openehr/rm/common/archetyped.rb', line 161

def subject
  @subject
end

#system_idObject

Returns the value of attribute system_id.



160
161
162
# File 'lib/openehr/rm/common/archetyped.rb', line 160

def system_id
  @system_id
end

#timeObject

Returns the value of attribute time.



161
162
163
# File 'lib/openehr/rm/common/archetyped.rb', line 161

def time
  @time
end

#version_idObject

Returns the value of attribute version_id.



161
162
163
# File 'lib/openehr/rm/common/archetyped.rb', line 161

def version_id
  @version_id
end