Class TMedicationIngredient

Unit

Declaration

type TMedicationIngredient = class(TBackboneElement)

Description

This resource is primarily used for the identification and definition of a medication. It covers the ingredients and the packaging for a medication.

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 amount : TRatio read Getamount write Setamount;

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 amount : TRatio read Getamount write Setamount;

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.