Class: FHIR::DSTU2::DataElement::Mapping
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/DataElement.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Mapping.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Mapping.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Mapping.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'identity' => { 'type' => 'id', 'path' => 'Mapping.identity', 'min' => 1, 'max' => 1 }, 'uri' => { 'type' => 'uri', 'path' => 'Mapping.uri', 'min' => 0, 'max' => 1 }, 'name' => { 'type' => 'string', 'path' => 'Mapping.name', 'min' => 0, 'max' => 1 }, 'comments' => { 'type' => 'string', 'path' => 'Mapping.comments', 'min' => 0, 'max' => 1 } }
Instance Attribute Summary collapse
-
#comments ⇒ Object
0-1 string.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#identity ⇒ Object
1-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#name ⇒ Object
0-1 string.
-
#uri ⇒ Object
0-1 uri.
Method Summary
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from FHIR::DSTU2::Deprecate
Methods included from Json
Methods included from Hashable
Methods inherited from Model
#==, #attribute_mismatch, #compare_attribute, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #respond_to_missing?, #to_reference, #valid?, #validate, #validate_profile
Constructor Details
This class inherits a constructor from FHIR::DSTU2::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::DSTU2::Model
Instance Attribute Details
#comments ⇒ Object
0-1 string
75 76 77 |
# File 'lib/fhir_dstu2_models/fhir/resources/DataElement.rb', line 75 def comments @comments end |
#extension ⇒ Object
0-* [ Extension ]
70 71 72 |
# File 'lib/fhir_dstu2_models/fhir/resources/DataElement.rb', line 70 def extension @extension end |
#id ⇒ Object
0-1 id
69 70 71 |
# File 'lib/fhir_dstu2_models/fhir/resources/DataElement.rb', line 69 def id @id end |
#identity ⇒ Object
1-1 id
72 73 74 |
# File 'lib/fhir_dstu2_models/fhir/resources/DataElement.rb', line 72 def identity @identity end |
#modifierExtension ⇒ Object
0-* [ Extension ]
71 72 73 |
# File 'lib/fhir_dstu2_models/fhir/resources/DataElement.rb', line 71 def modifierExtension @modifierExtension end |
#name ⇒ Object
0-1 string
74 75 76 |
# File 'lib/fhir_dstu2_models/fhir/resources/DataElement.rb', line 74 def name @name end |
#uri ⇒ Object
0-1 uri
73 74 75 |
# File 'lib/fhir_dstu2_models/fhir/resources/DataElement.rb', line 73 def uri @uri end |