Class TClinicalUseDefinitionIndication

Unit

Declaration

type TClinicalUseDefinitionIndication = class(TBackboneElement)

Description

A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property diseaseSymptomProcedure : TCodeableReference read GetdiseaseSymptomProcedure write SetdiseaseSymptomProcedure;
Public property diseaseStatus : TCodeableReference read GetdiseaseStatus write SetdiseaseStatus;
Public property comorbidity : TCodeableReferenceArray read GetcomorbidityArray;
Public property intendedEffect : TCodeableReference read GetintendedEffect write SetintendedEffect;
Public property durationRange : TRange read GetdurationRange write SetdurationRange;
Public property durationString : string read GetdurationString write SetdurationString;
Public property durationStringElement : Tstring read GetdurationStringElement write SetdurationStringElement;
Public property undesirableEffect : TReferenceArray read GetundesirableEffectArray;
Public property applicability : TExpression read Getapplicability write Setapplicability;
Public property otherTherapy : TClinicalUseDefinitionOtherTherapyArray read GetotherTherapyArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property diseaseSymptomProcedure : TCodeableReference read GetdiseaseSymptomProcedure write SetdiseaseSymptomProcedure;

The situation that is being documented as an indicaton for this item.

Public property diseaseStatus : TCodeableReference read GetdiseaseStatus write SetdiseaseStatus;

The status of the disease or symptom for the indication, for example "chronic" or "metastatic".

Public property comorbidity : TCodeableReferenceArray read GetcomorbidityArray;

A comorbidity (concurrent condition) or coinfection as part of the indication.

Public property intendedEffect : TCodeableReference read GetintendedEffect write SetintendedEffect;

The intended effect, aim or strategy to be achieved.

Public property durationRange : TRange read GetdurationRange write SetdurationRange;

Timing or duration information, that may be associated with use with the indicated condition e.g. Adult patients suffering from myocardial infarction (from a few days until less than 35 days), ischaemic stroke (from 7 days until less than 6 months). (choose any one of duration*, but only one)

Public property durationString : string read GetdurationString write SetdurationString;

Timing or duration information, that may be associated with use with the indicated condition e.g. Adult patients suffering from myocardial infarction (from a few days until less than 35 days), ischaemic stroke (from 7 days until less than 6 months). (choose any one of duration*, but only one)

Public property durationStringElement : Tstring read GetdurationStringElement write SetdurationStringElement;
 
Public property undesirableEffect : TReferenceArray read GetundesirableEffectArray;

An unwanted side effect or negative outcome that may happen if you use the drug (or other subject of this resource) for this indication.

Public property applicability : TExpression read Getapplicability write Setapplicability;

An expression that returns true or false, indicating whether the indication is applicable or not, after having applied its other elements.

Public property otherTherapy : TClinicalUseDefinitionOtherTherapyArray read GetotherTherapyArray;

Information about the use of the medicinal product in relation to other therapies described as part of the indication.


Generated by PasDoc 0.15.0.