Class TPlanDefinitionCondition

Unit

Declaration

type TPlanDefinitionCondition = 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 artifacts such as clinical decision support rules, order sets and protocols.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property kind : string read Getkind write Setkind;
Public property kindElement : TActionConditionKind read GetkindElement write SetkindElement;
Public property expression : TExpression read Getexpression write Setexpression;

Description

Methods

Public constructor Create; override;
 

Properties

Public property kind : string read Getkind write Setkind;

The kind of condition.

Public property kindElement : TActionConditionKind read GetkindElement write SetkindElement;
 
Public property expression : TExpression read Getexpression write Setexpression;

An expression that returns true or false, indicating whether the condition is satisfied.


Generated by PasDoc 0.15.0.