Class TExampleScenarioOperation

Unit

Declaration

type TExampleScenarioOperation = class(TBackboneElement)

Description

Example of workflow instance.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCoding read Gettype_ write Settype_;
Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property initiator : string read Getinitiator write Setinitiator;
Public property initiatorElement : Tstring read GetinitiatorElement write SetinitiatorElement;
Public property receiver : string read Getreceiver write Setreceiver;
Public property receiverElement : Tstring read GetreceiverElement write SetreceiverElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property initiatorActive : boolean read GetinitiatorActive write SetinitiatorActive;
Public property initiatorActiveElement : Tboolean read GetinitiatorActiveElement write SetinitiatorActiveElement;
Public property receiverActive : boolean read GetreceiverActive write SetreceiverActive;
Public property receiverActiveElement : Tboolean read GetreceiverActiveElement write SetreceiverActiveElement;
Public property request : TExampleScenarioContainedInstance read Getrequest write Setrequest;
Public property response : TExampleScenarioContainedInstance read Getresponse write Setresponse;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCoding read Gettype_ write Settype_;

The standardized type of action (FHIR or otherwise).

Public property title : string read Gettitle write Settitle;

A short descriptive label the step to be used in tables or diagrams.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property initiator : string read Getinitiator write Setinitiator;

The system that invokes the action/transmits the data.

Public property initiatorElement : Tstring read GetinitiatorElement write SetinitiatorElement;
 
Public property receiver : string read Getreceiver write Setreceiver;

The system on which the action is invoked/receives the data.

Public property receiverElement : Tstring read GetreceiverElement write SetreceiverElement;
 
Public property description : string read Getdescription write Setdescription;

An explanation of what the operation represents and what it does.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property initiatorActive : boolean read GetinitiatorActive write SetinitiatorActive;

If false, the initiator is deactivated right after the operation.

Public property initiatorActiveElement : Tboolean read GetinitiatorActiveElement write SetinitiatorActiveElement;
 
Public property receiverActive : boolean read GetreceiverActive write SetreceiverActive;

If false, the receiver is deactivated right after the operation.

Public property receiverActiveElement : Tboolean read GetreceiverActiveElement write SetreceiverActiveElement;
 
Public 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.

Public 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.