| Dietetics UML Documentation |
Dietetics
Class FoodItem
A nutritional product that was ordered to be supplied to and/or consumed by the Patient. This class is a record in which a Food Product "plays the Role" of a Food Item in a Nutrition Order. This Role includes information such as the quantity of the Food Product as well as pointing to the actual Food Product (Entity) ordered.
Attributes |
«CS» Code | foodItem |
An item that is requested as part of a Dietetics order.
|
FoodProduct | foodProduct |
Pointer to the FoodProduct that is/was/can be consumed by the Patient.
|
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | FoodItem |
Name Expression | |
Namespace | Dietetics |
Owned Template Signature | |
Owner | Dietetics |
Owning Template Parameter | |
Package | Dietetics |
Qualified Name | FHIM::Dietetics::FoodItem |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
foodItem
Public «CS» Code foodItem
-
An item that is requested as part of a Dietetics order.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | FoodItem |
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 | foodItem |
Name Expression | |
Namespace | FoodItem |
Opposite | |
Owner | FoodItem |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Dietetics::FoodItem::foodItem |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
foodProduct
Public FoodProduct foodProduct
-
Pointer to the FoodProduct that is/was/can be consumed by the Patient.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | foodItem_foodProduct |
Association End | |
Class | FoodItem |
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 | FoodItem |
Opposite | |
Owner | FoodItem |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Dietetics::FoodItem::foodProduct |
Stereotype | |
Template Parameter | |
Type | FoodProduct |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| Dietetics UML Documentation |