Class TExampleScenarioActor
Unit
bsFhir_r5
Declaration
type TExampleScenarioActor = 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 scenario that is used to reference the actor.
|
|
property keyElement : Tstring read GetkeyElement write SetkeyElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
The category of actor - person or system.
|
|
property title : string read Gettitle write Settitle; |
The human-readable name for the actor used when rendering the scenario.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property description : string read Getdescription write Setdescription; |
An explanation of who/what the actor is and its role in the scenario.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|