Class: FHIR::ExampleScenario::Process::Step
- 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
-
#alternative ⇒ Object
0-* [ ExampleScenario::Process::Step::Alternative ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#operation ⇒ Object
0-1 ExampleScenario::Process::Step::Operation.
-
#pause ⇒ Object
0-1 boolean.
-
#process ⇒ Object
0-* [ ExampleScenario::Process ].
Method Summary
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from Deprecate
Methods included from Json
Methods included from Hashable
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
#alternative ⇒ Object
0-* [ ExampleScenario::Process::Step::Alternative ]
223 224 225 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 223 def alternative @alternative end |
#extension ⇒ Object
0-* [ Extension ]
218 219 220 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 218 def extension @extension end |
#id ⇒ Object
0-1 string
217 218 219 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 217 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
219 220 221 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 219 def modifierExtension @modifierExtension end |
#operation ⇒ Object
0-1 ExampleScenario::Process::Step::Operation
222 223 224 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 222 def operation @operation end |
#pause ⇒ Object
0-1 boolean
221 222 223 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 221 def pause @pause end |
#process ⇒ Object
0-* [ ExampleScenario::Process ]
220 221 222 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 220 def process @process end |