Class TRequestGroupCondition
Unit
bsFhir_r4
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property kind : string read Getkind write Setkind; |
The kind of condition.
|
|
property expression : TExpression read Getexpression write Setexpression; |
An expression that returns true or false, indicating whether or not the condition is satisfied.
|
Generated by PasDoc 0.15.0.
|