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.



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

#locationObject

Returns the value of attribute location.



268
269
270
# File 'lib/openehr/rm/common/archetyped.rb', line 268

def location
  @location
end

#other_detailsObject

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

#providerObject

Returns the value of attribute provider.



268
269
270
# File 'lib/openehr/rm/common/archetyped.rb', line 268

def provider
  @provider
end

#subjectObject

Returns the value of attribute subject.



268
269
270
# File 'lib/openehr/rm/common/archetyped.rb', line 268

def subject
  @subject
end

#system_idObject

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

#timeObject

Returns the value of attribute time.



268
269
270
# File 'lib/openehr/rm/common/archetyped.rb', line 268

def time
  @time
end

#version_idObject

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