Class TEvidenceVariableCharacteristic

Unit

Declaration

type TEvidenceVariableCharacteristic = class(TBackboneElement)

Description

The EvidenceVariable resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) 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 usageContext : TUsageContextArray read GetusageContextArray;
Public property exclude : boolean read Getexclude write Setexclude;
Public property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement;
Public property participantEffective : TElement read GetparticipantEffective write SetparticipantEffective;
Public property timeFromStart : TDuration 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 usageContext : TUsageContextArray read GetusageContextArray;

Use UsageContext to define the members of the population, such as Age Ranges, Genders, Settings.

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 participantEffective : TElement read GetparticipantEffective write SetparticipantEffective;

Indicates what effective period the study covers.

Public property timeFromStart : TDuration read GettimeFromStart write SettimeFromStart;

Indicates duration 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.