Class: FHIR::Sequence::StructureVariant::Inner

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

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Inner.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Inner.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Inner.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'start' => {'type'=>'integer', 'path'=>'Inner.start', 'min'=>0, 'max'=>1},
  'end' => {'type'=>'integer', 'path'=>'Inner.end', 'min'=>0, 'max'=>1}
}

Instance Attribute Summary collapse

Method Summary

Methods included from Xml

from_xml, is_valid?, #to_xml, validate

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?, #initialize, #is_valid?, #method_missing, #mismatch, #to_reference, #validate, #validate_profile

Constructor Details

This class inherits a constructor from FHIR::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FHIR::Model

Instance Attribute Details

#endObject

0-1 integer



213
214
215
# File 'lib/fhir/resources/Sequence.rb', line 213

def end
  @end
end

#extensionObject

0-* [ Extension ]



210
211
212
# File 'lib/fhir/resources/Sequence.rb', line 210

def extension
  @extension
end

#idObject

0-1 string



209
210
211
# File 'lib/fhir/resources/Sequence.rb', line 209

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



211
212
213
# File 'lib/fhir/resources/Sequence.rb', line 211

def modifierExtension
  @modifierExtension
end

#startObject

0-1 integer



212
213
214
# File 'lib/fhir/resources/Sequence.rb', line 212

def start
  @start
end