Class TEvidenceVariableDefinitionByCombination
Unit
bsFhir_r5
Declaration
type TEvidenceVariableDefinitionByCombination = class(TBackboneElement)
Description
The EvidenceVariable resource describes an element that knowledge (Evidence) is about.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : string read Getcode write Setcode; |
Used to specify if two or more characteristics are combined with OR or AND.
|
|
property threshold : Int64 read Getthreshold write Setthreshold; |
Provides the value of "n" when "at-least" or "at-most" codes are used.
|
|
property thresholdElement : TpositiveInt read GetthresholdElement write SetthresholdElement; |
|
Generated by PasDoc 0.15.0.
|