Class TPlanDefinitionCondition
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property kind : string read Getkind write Setkind; |
The kind of condition.
|
|
property description : string read Getdescription write Setdescription; |
A brief, natural language description of the condition that effectively communicates the intended semantics.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property language : string read Getlanguage write Setlanguage; |
The media type of the language for the expression.
|
|
property languageElement : Tstring read GetlanguageElement write SetlanguageElement; |
|
|
property expression : string read Getexpression write Setexpression; |
An expression that returns true or false, indicating whether or not the condition is satisfied.
|
|
property expressionElement : Tstring read GetexpressionElement write SetexpressionElement; |
|
Generated by PasDoc 0.15.0.
|