Class TClinicalUseDefinitionInteraction

Unit

Declaration

type TClinicalUseDefinitionInteraction = 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 interactant : TClinicalUseDefinitionInteractantArray read GetinteractantArray;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property effect : TCodeableReference read Geteffect write Seteffect;
Public property incidence : TCodeableConcept read Getincidence write Setincidence;
Public property management : TCodeableConceptArray read GetmanagementArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property interactant : TClinicalUseDefinitionInteractantArray read GetinteractantArray;

The specific medication, food, substance or laboratory test that interacts.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction.

Public property effect : TCodeableReference read Geteffect write Seteffect;

The effect of the interaction, for example "reduced gastric absorption of primary medication".

Public property incidence : TCodeableConcept read Getincidence write Setincidence;

The incidence of the interaction, e.g. theoretical, observed.

Public property management : TCodeableConceptArray read GetmanagementArray;

Actions for managing the interaction.


Generated by PasDoc 0.15.0.