Class TSubstanceIngredient
Unit
bsFhir_r5
Declaration
type TSubstanceIngredient = class(TBackboneElement)
Description
A homogeneous material with a definite composition.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property quantity : TRatio read Getquantity write Setquantity; |
The amount of the ingredient in the substance - a concentration ratio.
|
|
property substanceCodeableConcept : TCodeableConcept read GetsubstanceCodeableConcept write SetsubstanceCodeableConcept; |
Another substance that is a component of this substance. (choose any one of substance*, but only one)
|
|
property substanceReference : TReference read GetsubstanceReference write SetsubstanceReference; |
Another substance that is a component of this substance. (choose any one of substance*, but only one)
|
Generated by PasDoc 0.15.0.
|