| CommonProduct UML Documentation |
CommonProduct
Class FoodProductInstance
This class identifies an individual saleable unit of a food product such as a bottle of Ensure, and is used to convey information about the actual food product provided to a patient. Note that ordinarily, a product instance would be expected to have an Id property (commonly known as a serial number), however few food products are identified individually. The association to manufacturing lot provides a lot number, which is usually the information of interest for tracking adverse events or responding to manufacturer recalls.
Attributes |
FoodProduct | foodProduct |
Pointer to a manufactured or distributed product intended for human or animal consumption.
|
ManufacturingLot | manufacturingLot |
Pointer to the batch or lot in which the food product was manufactured.
|
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | FoodProductInstance |
Name Expression | |
Namespace | CommonProduct |
Owned Template Signature | |
Owner | CommonProduct |
Owning Template Parameter | |
Package | CommonProduct |
Qualified Name | FHIM::CommonProduct::FoodProductInstance |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
foodProduct
Public FoodProduct foodProduct
-
Pointer to a manufactured or distributed product intended for human or animal consumption.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | foodProduct_foodProductInstance |
Association End | |
Class | FoodProductInstance |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | foodProduct |
Name Expression | |
Namespace | FoodProductInstance |
Opposite | foodProductInstance |
Owner | FoodProductInstance |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::CommonProduct::FoodProductInstance::foodProduct |
Stereotype | |
Template Parameter | |
Type | FoodProduct |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
manufacturingLot
Public ManufacturingLot manufacturingLot
-
Pointer to the batch or lot in which the food product was manufactured.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | foodProductInstance_manufacturingLot |
Association End | |
Class | FoodProductInstance |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | manufacturingLot |
Name Expression | |
Namespace | FoodProductInstance |
Opposite | |
Owner | FoodProductInstance |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::CommonProduct::FoodProductInstance::manufacturingLot |
Stereotype | |
Template Parameter | |
Type | ManufacturingLot |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| CommonProduct UML Documentation |