Class TRequestOrchestrationOutput

Unit

Declaration

type TRequestOrchestrationOutput = class(TBackboneElement)

Description

A set of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property requirement : TDataRequirement read Getrequirement write Setrequirement;
Public property relatedData : string read GetrelatedData write SetrelatedData;
Public property relatedDataElement : Tstring read GetrelatedDataElement write SetrelatedDataElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property title : string read Gettitle write Settitle;

A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property requirement : TDataRequirement read Getrequirement write Setrequirement;

Defines the data that results as output from the action.

Public property relatedData : string read GetrelatedData write SetrelatedData;

Points to an existing input or output element that is results as output from the action.

Public property relatedDataElement : Tstring read GetrelatedDataElement write SetrelatedDataElement;
 

Generated by PasDoc 0.15.0.