Class: OpenEHR::RM::Support::Identification::GenericID
- Defined in:
- lib/open_ehr/rm/support/identification.rb
Overview
of Terminology_ID
Instance Attribute Summary collapse
-
#scheme ⇒ Object
Returns the value of attribute scheme.
Attributes inherited from ObjectID
Instance Method Summary collapse
-
#initialize(args) ⇒ GenericID
constructor
A new instance of GenericID.
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
#scheme ⇒ Object
Returns the value of attribute scheme.
199 200 201 |
# File 'lib/open_ehr/rm/support/identification.rb', line 199 def scheme @scheme end |