Class TRequestOrchestrationOutput
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property requirement : TDataRequirement read Getrequirement write Setrequirement; |
Defines the data that results as output from the action.
|
|
property relatedData : string read GetrelatedData write SetrelatedData; |
Points to an existing input or output element that is results as output from the action.
|
|
property relatedDataElement : Tstring read GetrelatedDataElement write SetrelatedDataElement; |
|
Generated by PasDoc 0.15.0.
|