Class: FHIR::ExampleScenario::Process::Step

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

Defined Under Namespace

Classes: Alternative, Operation

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Step.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Step.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Step.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'process' => {'type'=>'ExampleScenario::Process', 'path'=>'Step.process', 'min'=>0, 'max'=>Float::INFINITY},
  'pause' => {'type'=>'boolean', 'path'=>'Step.pause', 'min'=>0, 'max'=>1},
  'operation' => {'type'=>'ExampleScenario::Process::Step::Operation', 'path'=>'Step.operation', 'min'=>0, 'max'=>1},
  'alternative' => {'type'=>'ExampleScenario::Process::Step::Alternative', 'path'=>'Step.alternative', '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::Model

Dynamic Method Handling

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

Instance Attribute Details

#alternativeObject

0-* [ ExampleScenario::Process::Step::Alternative ]



223
224
225
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 223

def alternative
  @alternative
end

#extensionObject

0-* [ Extension ]



218
219
220
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 218

def extension
  @extension
end

#idObject

0-1 string



217
218
219
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 217

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



219
220
221
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 219

def modifierExtension
  @modifierExtension
end

#operationObject

0-1 ExampleScenario::Process::Step::Operation



222
223
224
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 222

def operation
  @operation
end

#pauseObject

0-1 boolean



221
222
223
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 221

def pause
  @pause
end

#processObject

0-* [ ExampleScenario::Process ]



220
221
222
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 220

def process
  @process
end