Class TIngredientManufacturer
Unit
bsFhir_r4b
Declaration
type TIngredientManufacturer = class(TBackboneElement)
Description
An ingredient of a manufactured item or pharmaceutical product.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property role : string read Getrole write Setrole; |
The way in which this manufacturer is associated with the ingredient. For example whether it is a possible one (others allowed), or an exclusive authorized one for this ingredient. Note that this is not the manufacturing process role.
|
|
property manufacturer : TReference read Getmanufacturer write Setmanufacturer; |
An organization that manufactures this ingredient.
|
Generated by PasDoc 0.15.0.
|