Class TExampleScenarioStep
Unit
bsFhir_r5
Declaration
type TExampleScenarioStep = class(TBackboneElement)
Description
Example of workflow instance.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property number : string read Getnumber write Setnumber; |
The sequential number of the step, e.g. 1.2.5.
|
|
property numberElement : Tstring read GetnumberElement write SetnumberElement; |
|
|
property process : TExampleScenarioProcess read Getprocess write Setprocess; |
Indicates that the step is a complex sub-process with its own steps.
|
|
property workflow : string read Getworkflow write Setworkflow; |
Indicates that the step is defined by a seaparate scenario instance.
|
|
property workflowElement : Tcanonical read GetworkflowElement write SetworkflowElement; |
|
|
property operation : TExampleScenarioOperation read Getoperation write Setoperation; |
The step represents a single operation invoked on receiver by sender.
|
|
property alternative : TExampleScenarioAlternativeArray read GetalternativeArray; |
Indicates an alternative step that can be taken instead of the sub-process, scenario or operation. E.g. to represent non-happy-path/exceptional/atypical circumstances.
|
|
property pause : boolean read Getpause write Setpause; |
If true, indicates that, following this step, there is a pause in the flow and the subsequent step will occur at some later time (triggered by some event).
|
|
property pauseElement : Tboolean read GetpauseElement write SetpauseElement; |
|
Generated by PasDoc 0.15.0.
|