Class TExampleScenarioProcess
Unit
bsFhir_r5
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; |
A short descriptive label the process to be used in tables or diagrams.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property description : string read Getdescription write Setdescription; |
An explanation of what the process represents and what it does.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property preConditions : string read GetpreConditions write SetpreConditions; |
Description of the initial state of the actors, environment and data before the process starts.
|
|
property preConditionsElement : Tmarkdown read GetpreConditionsElement write SetpreConditionsElement; |
|
|
property postConditions : string read GetpostConditions write SetpostConditions; |
Description of the final state of the actors, environment and data after the process has been successfully completed.
|
|
property postConditionsElement : Tmarkdown read GetpostConditionsElement write SetpostConditionsElement; |
|
Generated by PasDoc 0.15.0.
|