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

Inherits:
ObjectID
  • Object
show all
Defined in:
lib/open_ehr/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.



201
202
203
204
# File 'lib/open_ehr/rm/support/identification.rb', line 201

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

Instance Attribute Details

#schemeObject

Returns the value of attribute scheme.



199
200
201
# File 'lib/open_ehr/rm/support/identification.rb', line 199

def scheme
  @scheme
end