Class: FHIR::MolecularSequence::StructureVariant::Outer

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'=>'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, #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



234
235
236
# File 'lib/fhir_models/fhir/resources/MolecularSequence.rb', line 234

def end
  @end
end

#extensionObject

0-* [ Extension ]



231
232
233
# File 'lib/fhir_models/fhir/resources/MolecularSequence.rb', line 231

def extension
  @extension
end

#idObject

0-1 string



230
231
232
# File 'lib/fhir_models/fhir/resources/MolecularSequence.rb', line 230

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



232
233
234
# File 'lib/fhir_models/fhir/resources/MolecularSequence.rb', line 232

def modifierExtension
  @modifierExtension
end

#startObject

0-1 integer



233
234
235
# File 'lib/fhir_models/fhir/resources/MolecularSequence.rb', line 233

def start
  @start
end