Class: OpenEHR::RM::Support::Identification::GenericID

Inherits:
ObjectID
  • Object
show all
Defined in:
lib/openehr/rm/support/identification.rb

Overview

of Terminology_ID

Instance Attribute Summary collapse

Attributes inherited from ObjectID

#value

Instance Method Summary collapse

Methods inherited from ObjectID

#==

Constructor Details

#initialize(args) ⇒ GenericID

Returns a new instance of GenericID.



202
203
204
205
# File 'lib/openehr/rm/support/identification.rb', line 202

def initialize(args)
  super(args)
  self.scheme = args[:scheme]
end

Instance Attribute Details

#schemeObject

Returns the value of attribute scheme.



200
201
202
# File 'lib/openehr/rm/support/identification.rb', line 200

def scheme
  @scheme
end