Class: FHIR::DSTU2::ValueSet::Expansion::Parameter
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/ValueSet.rb
Constant Summary collapse
- MULTIPLE_TYPES =
{ 'value' => ['string', 'boolean', 'integer', 'decimal', 'uri', 'code'] }
- METADATA =
{ 'id' => {'type'=>'id', 'path'=>'Parameter.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'Parameter.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'Parameter.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'name' => {'type'=>'string', 'path'=>'Parameter.name', 'min'=>1, 'max'=>1}, 'valueString' => {'type'=>'string', 'path'=>'Parameter.value[x]', 'min'=>0, 'max'=>1}, 'valueBoolean' => {'type'=>'boolean', 'path'=>'Parameter.value[x]', 'min'=>0, 'max'=>1}, 'valueInteger' => {'type'=>'integer', 'path'=>'Parameter.value[x]', 'min'=>0, 'max'=>1}, 'valueDecimal' => {'type'=>'decimal', 'path'=>'Parameter.value[x]', 'min'=>0, 'max'=>1}, 'valueUri' => {'type'=>'uri', 'path'=>'Parameter.value[x]', 'min'=>0, 'max'=>1}, 'valueCode' => {'type'=>'code', 'path'=>'Parameter.value[x]', 'min'=>0, 'max'=>1} }
Instance Attribute Summary collapse
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#name ⇒ Object
1-1 string.
-
#valueBoolean ⇒ Object
0-1 boolean.
-
#valueCode ⇒ Object
0-1 code.
-
#valueDecimal ⇒ Object
0-1 decimal.
-
#valueInteger ⇒ Object
0-1 integer.
-
#valueString ⇒ Object
0-1 string.
-
#valueUri ⇒ Object
0-1 uri.
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, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #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 ]
262 263 264 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 262 def extension @extension end |
#id ⇒ Object
0-1 id
261 262 263 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 261 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
263 264 265 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 263 def modifierExtension @modifierExtension end |
#name ⇒ Object
1-1 string
264 265 266 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 264 def name @name end |
#valueBoolean ⇒ Object
0-1 boolean
266 267 268 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 266 def valueBoolean @valueBoolean end |
#valueCode ⇒ Object
0-1 code
270 271 272 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 270 def valueCode @valueCode end |
#valueDecimal ⇒ Object
0-1 decimal
268 269 270 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 268 def valueDecimal @valueDecimal end |
#valueInteger ⇒ Object
0-1 integer
267 268 269 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 267 def valueInteger @valueInteger end |
#valueString ⇒ Object
0-1 string
265 266 267 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 265 def valueString @valueString end |
#valueUri ⇒ Object
0-1 uri
269 270 271 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 269 def valueUri @valueUri end |