Class TRequestOrchestrationInput
Unit
bsFhir_r5
Declaration
type TRequestOrchestrationInput = 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 is to be provided as input to the action.
|
|
property relatedData : string read GetrelatedData write SetrelatedData; |
Points to an existing input or output element that provides data to this input.
|
|
property relatedDataElement : Tid read GetrelatedDataElement write SetrelatedDataElement; |
|
Generated by PasDoc 0.15.0.
|