Class TExampleScenarioProcess
Unit
bsFhir_r4
Declaration
type TExampleScenarioProcess = 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 diagram title of the group of operations.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property description : string read Getdescription write Setdescription; |
A longer description of the group of operations.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property preConditions : string read GetpreConditions write SetpreConditions; |
Description of initial status before the process starts.
|
|
property preConditionsElement : Tmarkdown read GetpreConditionsElement write SetpreConditionsElement; |
|
|
property postConditions : string read GetpostConditions write SetpostConditions; |
Description of final status after the process ends.
|
|
property postConditionsElement : Tmarkdown read GetpostConditionsElement write SetpostConditionsElement; |
|
Generated by PasDoc 0.15.0.
|