Class TExampleScenarioActor
Unit
bsFhir_r4
Declaration
type TExampleScenarioActor = class(TBackboneElement)
Description
Example of workflow instance.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property actorId : string read GetactorId write SetactorId; |
ID or acronym of actor.
|
|
property actorIdElement : Tstring read GetactorIdElement write SetactorIdElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
The type of actor - person or system.
|
|
property name_ : string read Getname_ write Setname_; |
The name of the actor as shown in the page.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property description : string read Getdescription write Setdescription; |
The description of the actor.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|