Class TMedicationIngredient

Unit

Declaration

type TMedicationIngredient = class(TBackboneElement)

Description

This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.

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 of a 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.