Class: FHIR::DSTU2::ValueSet::Expansion
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/ValueSet.rb
Defined Under Namespace
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Expansion.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Expansion.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Expansion.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'identifier' => { 'type' => 'uri', 'path' => 'Expansion.identifier', 'min' => 1, 'max' => 1 }, 'timestamp' => { 'type' => 'dateTime', 'path' => 'Expansion.timestamp', 'min' => 1, 'max' => 1 }, 'total' => { 'type' => 'integer', 'path' => 'Expansion.total', 'min' => 0, 'max' => 1 }, 'offset' => { 'type' => 'integer', 'path' => 'Expansion.offset', 'min' => 0, 'max' => 1 }, 'parameter' => { 'type' => 'ValueSet::Expansion::Parameter', 'path' => 'Expansion.parameter', 'min' => 0, 'max' => Float::INFINITY }, 'contains' => { 'type' => 'ValueSet::Expansion::Contains', 'path' => 'Expansion.contains', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#contains ⇒ Object
0-* [ ValueSet::Expansion::Contains ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#identifier ⇒ Object
1-1 uri.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#offset ⇒ Object
0-1 integer.
-
#parameter ⇒ Object
0-* [ ValueSet::Expansion::Parameter ].
-
#timestamp ⇒ Object
1-1 dateTime.
-
#total ⇒ Object
0-1 integer.
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
#contains ⇒ Object
0-* [ ValueSet::Expansion::Contains ]
309 310 311 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 309 def contains @contains end |
#extension ⇒ Object
0-* [ Extension ]
302 303 304 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 302 def extension @extension end |
#id ⇒ Object
0-1 id
301 302 303 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 301 def id @id end |
#identifier ⇒ Object
1-1 uri
304 305 306 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 304 def identifier @identifier end |
#modifierExtension ⇒ Object
0-* [ Extension ]
303 304 305 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 303 def modifierExtension @modifierExtension end |
#offset ⇒ Object
0-1 integer
307 308 309 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 307 def offset @offset end |
#parameter ⇒ Object
0-* [ ValueSet::Expansion::Parameter ]
308 309 310 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 308 def parameter @parameter end |
#timestamp ⇒ Object
1-1 dateTime
305 306 307 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 305 def @timestamp end |
#total ⇒ Object
0-1 integer
306 307 308 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 306 def total @total end |