Class: OpenEHR::RM::DataTypes::Basic::DvIdentifier
- Defined in:
- lib/open_ehr/rm/data_types/basic.rb
Overview
end of DvState
Constant Summary
Constants included from Support::Definition::BasicDefinition
Support::Definition::BasicDefinition::CR, Support::Definition::BasicDefinition::LF
Instance Attribute Summary collapse
-
#assigner ⇒ Object
Returns the value of attribute assigner.
-
#id ⇒ Object
Returns the value of attribute id.
-
#issuer ⇒ Object
Returns the value of attribute issuer.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from DataValue
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ DvIdentifier
constructor
A new instance of DvIdentifier.
Methods inherited from DataValue
Constructor Details
#initialize(args = {}) ⇒ DvIdentifier
Returns a new instance of DvIdentifier.
70 71 72 73 74 75 |
# File 'lib/open_ehr/rm/data_types/basic.rb', line 70 def initialize(args = {}) self.issuer = args[:issuer] self.assigner = args[:assigner] self.id = args[:id] self.type = args[:type] end |
Instance Attribute Details
#assigner ⇒ Object
Returns the value of attribute assigner.
68 69 70 |
# File 'lib/open_ehr/rm/data_types/basic.rb', line 68 def assigner @assigner end |
#id ⇒ Object
Returns the value of attribute id.
68 69 70 |
# File 'lib/open_ehr/rm/data_types/basic.rb', line 68 def id @id end |
#issuer ⇒ Object
Returns the value of attribute issuer.
68 69 70 |
# File 'lib/open_ehr/rm/data_types/basic.rb', line 68 def issuer @issuer end |
#type ⇒ Object
Returns the value of attribute type.
68 69 70 |
# File 'lib/open_ehr/rm/data_types/basic.rb', line 68 def type @type end |