Class: FHIR::DSTU2::TestScript::Variable
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/TestScript.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Variable.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Variable.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Variable.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'name' => { 'type' => 'string', 'path' => 'Variable.name', 'min' => 1, 'max' => 1 }, 'headerField' => { 'type' => 'string', 'path' => 'Variable.headerField', 'min' => 0, 'max' => 1 }, 'path' => { 'type' => 'string', 'path' => 'Variable.path', 'min' => 0, 'max' => 1 }, 'sourceId' => { 'type' => 'id', 'path' => 'Variable.sourceId', 'min' => 0, 'max' => 1 } }
Instance Attribute Summary collapse
-
#extension ⇒ Object
0-* [ Extension ].
-
#headerField ⇒ Object
0-1 string.
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#name ⇒ Object
1-1 string.
-
#path ⇒ Object
0-1 string.
-
#sourceId ⇒ Object
0-1 id.
Method Summary
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from 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
#extension ⇒ Object
0-* [ Extension ]
167 168 169 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 167 def extension @extension end |
#headerField ⇒ Object
0-1 string
170 171 172 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 170 def headerField @headerField end |
#id ⇒ Object
0-1 id
166 167 168 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 166 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
168 169 170 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 168 def modifierExtension @modifierExtension end |
#name ⇒ Object
1-1 string
169 170 171 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 169 def name @name end |
#path ⇒ Object
0-1 string
171 172 173 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 171 def path @path end |
#sourceId ⇒ Object
0-1 id
172 173 174 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 172 def sourceId @sourceId end |