Class TExampleScenarioStep
Unit
bsFhir_r4
Declaration
type TExampleScenarioStep = class(TBackboneElement)
Description
Example of workflow instance.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property pause : boolean read Getpause write Setpause; |
If there is a pause in the flow.
|
 |
property pauseElement : Tboolean read GetpauseElement write SetpauseElement; |
|
 |
property alternative : TExampleScenarioAlternativeArray read GetalternativeArray; |
Indicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical circumstances.
|
Generated by PasDoc 0.15.0.
|