Class TRiskAssessmentPrediction

Unit

Declaration

type TRiskAssessmentPrediction = class(TBackboneElement)

Description

An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;
Public property probability : TElement read Getprobability write Setprobability;
Public property qualitativeRisk : TCodeableConcept read GetqualitativeRisk write SetqualitativeRisk;
Public property relativeRisk : Double read GetrelativeRisk write SetrelativeRisk;
Public property relativeRiskElement : Tdecimal read GetrelativeRiskElement write SetrelativeRiskElement;
Public property when : TElement read Getwhen write Setwhen;
Public property rationale : string read Getrationale write Setrationale;
Public property rationaleElement : Tstring read GetrationaleElement write SetrationaleElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;

One of the potential outcomes for the patient (e.g. remission, death, a particular condition).

Public property probability : TElement read Getprobability write Setprobability;

How likely is the outcome (in the specified timeframe).

Public property qualitativeRisk : TCodeableConcept read GetqualitativeRisk write SetqualitativeRisk;

How likely is the outcome (in the specified timeframe), expressed as a qualitative value (e.g. low, medium, high).

Public property relativeRisk : Double read GetrelativeRisk write SetrelativeRisk;

Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.).

Public property relativeRiskElement : Tdecimal read GetrelativeRiskElement write SetrelativeRiskElement;
 
Public property when : TElement read Getwhen write Setwhen;

Indicates the period of time or age range of the subject to which the specified probability applies.

Public property rationale : string read Getrationale write Setrationale;

Additional information explaining the basis for the prediction.

Public property rationaleElement : Tstring read GetrationaleElement write SetrationaleElement;
 

Generated by PasDoc 0.15.0.