Class TExampleScenarioVersion
Unit
bsFhir_r5
Declaration
type TExampleScenarioVersion = class(TBackboneElement)
Description
Example of workflow instance.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property key : string read Getkey write Setkey; |
A unique string within the instance that is used to reference the version of the instance.
|
|
property keyElement : Tstring read GetkeyElement write SetkeyElement; |
|
|
property title : string read Gettitle write Settitle; |
A short descriptive label the version 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 this specific version of the instance contains and represents.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property content : TReference read Getcontent write Setcontent; |
Points to an instance (typically an example) that shows the data that would flow at this point in the scenario.
|
Generated by PasDoc 0.15.0.
|