Class: FHIR::DSTU2::ValueSet::Expansion::Contains
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/ValueSet.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Contains.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Contains.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Contains.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'system' => { 'type' => 'uri', 'path' => 'Contains.system', 'min' => 0, 'max' => 1 }, 'abstract' => { 'type' => 'boolean', 'path' => 'Contains.abstract', 'min' => 0, 'max' => 1 }, 'version' => { 'type' => 'string', 'path' => 'Contains.version', 'min' => 0, 'max' => 1 }, 'code' => { 'type' => 'code', 'path' => 'Contains.code', 'min' => 0, 'max' => 1 }, 'display' => { 'type' => 'string', 'path' => 'Contains.display', 'min' => 0, 'max' => 1 }, 'contains' => { 'type' => 'ValueSet::Expansion::Contains', 'path' => 'Contains.contains', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#abstract ⇒ Object
0-1 boolean.
-
#code ⇒ Object
0-1 code.
-
#contains ⇒ Object
0-* [ ValueSet::Expansion::Contains ].
-
#display ⇒ Object
0-1 string.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#system ⇒ Object
0-1 uri.
-
#version ⇒ Object
0-1 string.
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
#abstract ⇒ Object
0-1 boolean
294 295 296 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 294 def abstract @abstract end |
#code ⇒ Object
0-1 code
296 297 298 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 296 def code @code end |
#contains ⇒ Object
0-* [ ValueSet::Expansion::Contains ]
298 299 300 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 298 def contains @contains end |
#display ⇒ Object
0-1 string
297 298 299 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 297 def display @display end |
#extension ⇒ Object
0-* [ Extension ]
291 292 293 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 291 def extension @extension end |
#id ⇒ Object
0-1 id
290 291 292 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 290 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
292 293 294 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 292 def modifierExtension @modifierExtension end |
#system ⇒ Object
0-1 uri
293 294 295 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 293 def system @system end |
#version ⇒ Object
0-1 string
295 296 297 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 295 def version @version end |