Class TRequestGroupCondition

Unit

Declaration

type TRequestGroupCondition = class(TBackboneElement)

Description

A group 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

Public constructor Create; override;

Properties

Public property kind : string read Getkind write Setkind;
Public property kindElement : TActionConditionKind read GetkindElement write SetkindElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property language : string read Getlanguage write Setlanguage;
Public property languageElement : Tstring read GetlanguageElement write SetlanguageElement;
Public property expression : string read Getexpression write Setexpression;
Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;

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 description : string read Getdescription write Setdescription;

A brief, natural language description of the condition that effectively communicates the intended semantics.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property language : string read Getlanguage write Setlanguage;

The media type of the language for the expression.

Public property languageElement : Tstring read GetlanguageElement write SetlanguageElement;
 
Public property expression : string read Getexpression write Setexpression;

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

Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;
 

Generated by PasDoc 0.15.0.