Class TMedicationKnowledgeKinetics

Unit

Declaration

type TMedicationKnowledgeKinetics = class(TBackboneElement)

Description

Information about a medication that is used to support knowledge.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property areaUnderCurve : TQuantityArray read GetareaUnderCurveArray;
Public property lethalDose50 : TQuantityArray read GetlethalDose50Array;
Public property halfLifePeriod : TDuration read GethalfLifePeriod write SethalfLifePeriod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property areaUnderCurve : TQuantityArray read GetareaUnderCurveArray;

The drug concentration measured at certain discrete points in time.

Public property lethalDose50 : TQuantityArray read GetlethalDose50Array;

The median lethal dose of a drug.

Public property halfLifePeriod : TDuration read GethalfLifePeriod write SethalfLifePeriod;

The time required for any specified property (e.g., the concentration of a substance in the body) to decrease by half.


Generated by PasDoc 0.15.0.