Class TEvidenceVariableCharacteristic
Unit
bsFhir_r4b
Declaration
type TEvidenceVariableCharacteristic = 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 description : string read Getdescription write Setdescription; |
A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property definition : TElement read Getdefinition write Setdefinition; |
Define members of the evidence element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).
|
|
property method : TCodeableConcept read Getmethod write Setmethod; |
Method used for describing characteristic.
|
|
property device : TReference read Getdevice write Setdevice; |
Device used for determining characteristic.
|
|
property exclude : boolean read Getexclude write Setexclude; |
When true, members with this characteristic are excluded from the element.
|
|
property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement; |
|
|
property timeFromStart : TEvidenceVariableTimeFromStart read GettimeFromStart write SettimeFromStart; |
Indicates duration, period, or point of observation from the participant's study entry.
|
|
property groupMeasure : string read GetgroupMeasure write SetgroupMeasure; |
Indicates how elements are aggregated within the study effective period.
|
|
property groupMeasureElement : TGroupMeasure read GetgroupMeasureElement write SetgroupMeasureElement; |
|
Generated by PasDoc 0.15.0.
|