Class TExampleScenarioOperation
Unit
bsFhir_r4b
Declaration
type TExampleScenarioOperation = class(TBackboneElement)
Description
Example of workflow instance.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property number : string read Getnumber write Setnumber; |
The sequential number of the interaction, e.g. 1.2.5.
|
|
property numberElement : Tstring read GetnumberElement write SetnumberElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
The type of operation - CRUD.
|
|
property type_Element : Tstring read Gettype_Element write Settype_Element; |
|
|
property name_ : string read Getname_ write Setname_; |
The human-friendly name of the interaction.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property initiator : string read Getinitiator write Setinitiator; |
Who starts the transaction.
|
|
property initiatorElement : Tstring read GetinitiatorElement write SetinitiatorElement; |
|
|
property receiver : string read Getreceiver write Setreceiver; |
Who receives the transaction.
|
|
property receiverElement : Tstring read GetreceiverElement write SetreceiverElement; |
|
|
property description : string read Getdescription write Setdescription; |
A comment to be inserted in the diagram.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property initiatorActive : boolean read GetinitiatorActive write SetinitiatorActive; |
Whether the initiator is deactivated right after the transaction.
|
|
property initiatorActiveElement : Tboolean read GetinitiatorActiveElement write SetinitiatorActiveElement; |
|
|
property receiverActive : boolean read GetreceiverActive write SetreceiverActive; |
Whether the receiver is deactivated right after the transaction.
|
|
property receiverActiveElement : Tboolean read GetreceiverActiveElement write SetreceiverActiveElement; |
|
Generated by PasDoc 0.15.0.
|