Class: FHIR::MolecularSequence::StructureVariant::Inner

Inherits:
FHIR::Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_models/fhir/resources/MolecularSequence.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, #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 FHIR::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::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



254
255
256
# File 'lib/fhir_models/fhir/resources/MolecularSequence.rb', line 254

def end
  @end
end

#extensionObject

0-* [ Extension ]



251
252
253
# File 'lib/fhir_models/fhir/resources/MolecularSequence.rb', line 251

def extension
  @extension
end

#idObject

0-1 string



250
251
252
# File 'lib/fhir_models/fhir/resources/MolecularSequence.rb', line 250

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



252
253
254
# File 'lib/fhir_models/fhir/resources/MolecularSequence.rb', line 252

def modifierExtension
  @modifierExtension
end

#startObject

0-1 integer



253
254
255
# File 'lib/fhir_models/fhir/resources/MolecularSequence.rb', line 253

def start
  @start
end