Class: FHIR::Sequence::StructureVariant::Outer

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

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Outer.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Outer.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Outer.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'start' => {'type'=>'integer', 'path'=>'Outer.start', 'min'=>0, 'max'=>1},
  'end' => {'type'=>'integer', 'path'=>'Outer.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



193
194
195
# File 'lib/fhir/resources/Sequence.rb', line 193

def end
  @end
end

#extensionObject

0-* [ Extension ]



190
191
192
# File 'lib/fhir/resources/Sequence.rb', line 190

def extension
  @extension
end

#idObject

0-1 string



189
190
191
# File 'lib/fhir/resources/Sequence.rb', line 189

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



191
192
193
# File 'lib/fhir/resources/Sequence.rb', line 191

def modifierExtension
  @modifierExtension
end

#startObject

0-1 integer



192
193
194
# File 'lib/fhir/resources/Sequence.rb', line 192

def start
  @start
end