Class TMedicationKnowledgeIngredient

Unit

Declaration

type TMedicationKnowledgeIngredient = class(TBackboneElement)

Description

Information about a medication that is used to support knowledge.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property item : TElement read Getitem write Setitem;
Public property isActive : boolean read GetisActive write SetisActive;
Public property isActiveElement : Tboolean read GetisActiveElement write SetisActiveElement;
Public property strength : TRatio read Getstrength write Setstrength;

Description

Methods

Public constructor Create; override;
 

Properties

Public property item : TElement read Getitem write Setitem;

The actual ingredient - either a substance (simple ingredient) or another medication.

Public property isActive : boolean read GetisActive write SetisActive;

Indication of whether this ingredient affects the therapeutic action of the drug.

Public property isActiveElement : Tboolean read GetisActiveElement write SetisActiveElement;
 
Public property strength : TRatio read Getstrength write Setstrength;

Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet. This is expressed as a ratio where the numerator is 250mg and the denominator is 1 tablet.


Generated by PasDoc 0.15.0.