Class: FHIR::DSTU2::ValueSet::Compose::Include
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/ValueSet.rb
Defined Under Namespace
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Include.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Include.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Include.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'system' => { 'type' => 'uri', 'path' => 'Include.system', 'min' => 1, 'max' => 1 }, 'version' => { 'type' => 'string', 'path' => 'Include.version', 'min' => 0, 'max' => 1 }, 'concept' => { 'type' => 'ValueSet::Compose::Include::Concept', 'path' => 'Include.concept', 'min' => 0, 'max' => Float::INFINITY }, 'filter' => { 'type' => 'ValueSet::Compose::Include::Filter', 'path' => 'Include.filter', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#concept ⇒ Object
0-* [ ValueSet::Compose::Include::Concept ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#filter ⇒ Object
0-* [ ValueSet::Compose::Include::Filter ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#system ⇒ Object
1-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
#concept ⇒ Object
0-* [ ValueSet::Compose::Include::Concept ]
211 212 213 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 211 def concept @concept end |
#extension ⇒ Object
0-* [ Extension ]
207 208 209 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 207 def extension @extension end |
#filter ⇒ Object
0-* [ ValueSet::Compose::Include::Filter ]
212 213 214 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 212 def filter @filter end |
#id ⇒ Object
0-1 id
206 207 208 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 206 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
208 209 210 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 208 def modifierExtension @modifierExtension end |
#system ⇒ Object
1-1 uri
209 210 211 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 209 def system @system end |
#version ⇒ Object
0-1 string
210 211 212 |
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 210 def version @version end |