Class TPlanDefinitionOutput

Unit

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

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.