Class TPlanDefinitionOutput
Unit
bsFhir_r5
Declaration
type TPlanDefinitionOutput = class(TBackboneElement)
Description
This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications.
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.
|