| Business Data Model Data Model |
Description | A product which contains the product that is for delivery. For example: A milk carton is a product which contains the product milk An egg box is a product which contains the product eggs |
Attributes | |
![]() |
|
![]() |
|
![]() |
Generalization | |
![]() |
Dependencies | |
![]() |
Reverse Dependencies | |
![]() |
Attribute Details |
Description | The maximum number of product units within a package. For example: 1000 cc. |
Data Type | Standards - Data Domains.ddm/Data Domains/Quantity Integer [INTEGER] |
Is Part Of PrimaryKey | false |
Is Required | true |
Is Derived | false |
Is Surrogate Key | false |
Description | Indicates the type of container cap. In some cases, it is important for this to be consistent with decapping, piercing or other automated manipulation. For example: Film Foil |
Data Type | Standards - Data Domains.ddm/Data Domains/Enumeration [VARCHAR(20)] |
Is Part Of PrimaryKey | false |
Is Required | true |
Is Derived | false |
Is Surrogate Key | false |
Description | Indicates any special handling requirement for the materials including drugs, biologic substances and devices. For example: Keep at room temperature Refrigerate Store upright Keep dry |
Data Type | Standards - Data Domains.ddm/Data Domains/Enumeration [VARCHAR(20)] |
Is Part Of PrimaryKey | false |
Is Required | true |
Is Derived | false |
Is Surrogate Key | false |
Generalization Details |
Supertype | Product |
Subtype | Package |
Transform As | TABLE |
| Business Data Model Data Model |