Class TExampleScenarioAlternative
Unit
bsFhir_r5
Declaration
type TExampleScenarioAlternative = class(TBackboneElement)
Description
Example of workflow instance.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property title : string read Gettitle write Settitle; |
The label to display for the alternative that gives a sense of the circumstance in which the alternative should be invoked.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property description : string read Getdescription write Setdescription; |
A human-readable description of the alternative explaining when the alternative should occur rather than the base step.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property step : TExampleScenarioStepArray read GetstepArray; |
Indicates the operation, sub-process or scenario that happens if the alternative option is selected.
|
Generated by PasDoc 0.15.0.
|