Class TIngredientManufacturer

Unit

Declaration

type TIngredientManufacturer = class(TBackboneElement)

Description

An ingredient of a manufactured item or pharmaceutical product.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property role : string read Getrole write Setrole;
Public property roleElement : TIngredientManufacturerRole read GetroleElement write SetroleElement;
Public property manufacturer : TReference read Getmanufacturer write Setmanufacturer;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property roleElement : TIngredientManufacturerRole read GetroleElement write SetroleElement;
 
Public property manufacturer : TReference read Getmanufacturer write Setmanufacturer;

An organization that manufactures this ingredient.


Generated by PasDoc 0.15.0.