Class TExampleScenarioOperation
Unit
bsFhir_r5
Declaration
type TExampleScenarioOperation = class(TBackboneElement)
Description
Example of workflow instance.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCoding read Gettype_ write Settype_; |
The standardized type of action (FHIR or otherwise).
|
|
property title : string read Gettitle write Settitle; |
A short descriptive label the step to be used in tables or diagrams.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property initiator : string read Getinitiator write Setinitiator; |
The system that invokes the action/transmits the data.
|
|
property initiatorElement : Tstring read GetinitiatorElement write SetinitiatorElement; |
|
|
property receiver : string read Getreceiver write Setreceiver; |
The system on which the action is invoked/receives the data.
|
|
property receiverElement : Tstring read GetreceiverElement write SetreceiverElement; |
|
|
property description : string read Getdescription write Setdescription; |
An explanation of what the operation represents and what it does.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property initiatorActive : boolean read GetinitiatorActive write SetinitiatorActive; |
If false, the initiator is deactivated right after the operation.
|
|
property initiatorActiveElement : Tboolean read GetinitiatorActiveElement write SetinitiatorActiveElement; |
|
|
property receiverActive : boolean read GetreceiverActive write SetreceiverActive; |
If false, the receiver is deactivated right after the operation.
|
|
property receiverActiveElement : Tboolean read GetreceiverActiveElement write SetreceiverActiveElement; |
|
|
property request : TExampleScenarioContainedInstance read Getrequest write Setrequest; |
A reference to the instance that is transmitted from requester to receiver as part of the invocation of the operation.
|
|
property response : TExampleScenarioContainedInstance read Getresponse write Setresponse; |
A reference to the instance that is transmitted from receiver to requester as part of the operation's synchronous response (if any).
|
Generated by PasDoc 0.15.0.
|