Class TMedicinalProductInteraction

Unit

Declaration

type TMedicinalProductInteraction = class(TDomainResource)

Description

The interactions of the medicinal product with other medicinal products, or other forms of interactions. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property subject : TReferenceArray read GetsubjectArray;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property interactant : TMedicinalProductInteractionInteractantArray read GetinteractantArray;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property effect : TCodeableConcept read Geteffect write Seteffect;
Public property incidence : TCodeableConcept read Getincidence write Setincidence;
Public property management : TCodeableConcept read Getmanagement write Setmanagement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property subject : TReferenceArray read GetsubjectArray;

The medication for which this is a described interaction.

Public property description : string read Getdescription write Setdescription;

The interaction described.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property interactant : TMedicinalProductInteractionInteractantArray read GetinteractantArray;

The specific medication, food 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 : TCodeableConcept 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 : TCodeableConcept read Getmanagement write Setmanagement;

Actions for managing the interaction.


Generated by PasDoc 0.15.0.