Class TClinicalUseDefinitionInteraction
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction.
|
|
property effect : TCodeableReference read Geteffect write Seteffect; |
The effect of the interaction, for example "reduced gastric absorption of primary medication".
|
|
property incidence : TCodeableConcept read Getincidence write Setincidence; |
The incidence of the interaction, e.g. theoretical, observed.
|
|
property management : TCodeableConceptArray read GetmanagementArray; |
Actions for managing the interaction.
|
Generated by PasDoc 0.15.0.
|