Class: FHIR::DSTU2::ValueSet::Compose

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_dstu2_models/fhir/resources/ValueSet.rb

Defined Under Namespace

Classes: Include

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'id', 'path'=>'Compose.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Compose.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Compose.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'import' => {'type'=>'uri', 'path'=>'Compose.import', 'min'=>0, 'max'=>Float::INFINITY},
  'include' => {'type'=>'ValueSet::Compose::Include', 'path'=>'Compose.include', 'min'=>0, 'max'=>Float::INFINITY},
  'exclude' => {'type'=>'ValueSet::Compose::Include', 'path'=>'Compose.exclude', 'min'=>0, 'max'=>Float::INFINITY}
}

Instance Attribute Summary collapse

Method Summary

Methods included from Xml

from_xml, #to_xml, valid?, validate

Methods included from Deprecate

#deprecate

Methods included from Json

from_json, #to_json

Methods included from Hashable

#from_hash, #to_hash

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

#excludeObject

0-* [ ValueSet::Compose::Include ]



220
221
222
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 220

def exclude
  @exclude
end

#extensionObject

0-* [ Extension ]



216
217
218
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 216

def extension
  @extension
end

#idObject

0-1 id



215
216
217
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 215

def id
  @id
end

#importObject

0-* [ uri ]



218
219
220
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 218

def import
  @import
end

#includeObject

0-* [ ValueSet::Compose::Include ]



219
220
221
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 219

def include
  @include
end

#modifierExtensionObject

0-* [ Extension ]



217
218
219
# File 'lib/fhir_dstu2_models/fhir/resources/ValueSet.rb', line 217

def modifierExtension
  @modifierExtension
end