Class TMedicationIngredient
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property item : TElement read Getitem write Setitem; |
The actual ingredient - either a substance (simple ingredient) or another medication.
|
|
property isActive : boolean read GetisActive write SetisActive; |
Indication of whether this ingredient affects the therapeutic action of the drug.
|
|
property isActiveElement : Tboolean read GetisActiveElement write SetisActiveElement; |
|
|
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.
|