Class TEvidenceVariableCharacteristic

Unit

Declaration

type TEvidenceVariableCharacteristic = class(TBackboneElement)

Description

The EvidenceVariable resource describes an element that knowledge (Evidence) is about.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property definition : TElement read Getdefinition write Setdefinition;
Public property method : TCodeableConcept read Getmethod write Setmethod;
Public property device : TReference read Getdevice write Setdevice;
Public property exclude : boolean read Getexclude write Setexclude;
Public property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement;
Public property timeFromStart : TEvidenceVariableTimeFromStart read GettimeFromStart write SettimeFromStart;
Public property groupMeasure : string read GetgroupMeasure write SetgroupMeasure;
Public property groupMeasureElement : TGroupMeasure read GetgroupMeasureElement write SetgroupMeasureElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public 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).

Public property method : TCodeableConcept read Getmethod write Setmethod;

Method used for describing characteristic.

Public property device : TReference read Getdevice write Setdevice;

Device used for determining characteristic.

Public property exclude : boolean read Getexclude write Setexclude;

When true, members with this characteristic are excluded from the element.

Public property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement;
 
Public property timeFromStart : TEvidenceVariableTimeFromStart read GettimeFromStart write SettimeFromStart;

Indicates duration, period, or point of observation from the participant's study entry.

Public property groupMeasure : string read GetgroupMeasure write SetgroupMeasure;

Indicates how elements are aggregated within the study effective period.

Public property groupMeasureElement : TGroupMeasure read GetgroupMeasureElement write SetgroupMeasureElement;
 

Generated by PasDoc 0.15.0.