graph LR
classDef nakedNode fill:none,stroke-width:0px,font-size:16px,color:#1e293b;
classDef primaryNaked fill:none,stroke-width:0px,font-size:16px,font-weight:bold,color:#1d4f91;
subgraph PRODUCT["PRODUCT"]
NDC["74168-004"]
end
style PRODUCT fill:#f9fbfc,stroke:#dfe7ef,stroke-width:1px,rx:14,ry:14
class NDC primaryNaked;
subgraph PACKAGES["PACKAGES"]
PACKAGELIST["
1 cloth in 1 bag (NDC:
74168-004-01)
5 cloth in 1 bag (NDC:
74168-004-02)
8 cloth in 1 bag (NDC:
74168-004-03)
10 cloth in 1 bag (NDC:
74168-004-04)
20 cloth in 1 bag (NDC:
74168-004-05)
36 cloth in 1 bag (NDC:
74168-004-06)
40 cloth in 1 bag (NDC:
74168-004-07)
45 cloth in 1 bag (NDC:
74168-004-08)
50 cloth in 1 bag (NDC:
74168-004-09)
60 cloth in 1 bag (NDC:
74168-004-10)
80 cloth in 1 bag (NDC:
74168-004-11)
80 cloth in 1 bag (NDC:
74168-004-12)
120 cloth in 1 bag (NDC:
74168-004-13)
150 cloth in 1 bag (NDC:
74168-004-14)
160 cloth in 1 bag (NDC:
74168-004-15)
200 cloth in 1 bag (NDC:
74168-004-16)
240 cloth in 1 bag (NDC:
74168-004-17)
280 cloth in 1 bag (NDC:
74168-004-18)
320 cloth in 1 bag (NDC:
74168-004-19)
20 cloth in 1 canister (NDC:
74168-004-20)
40 cloth in 1 canister (NDC:
74168-004-21)
45 cloth in 1 canister (NDC:
74168-004-22)
50 cloth in 1 canister (NDC:
74168-004-23)
60 cloth in 1 canister (NDC:
74168-004-24)
80 cloth in 1 canister (NDC:
74168-004-25)
100 cloth in 1 canister (NDC:
74168-004-26)
120 cloth in 1 canister (NDC:
74168-004-27)
150 cloth in 1 canister (NDC:
74168-004-28)
160 cloth in 1 canister (NDC:
74168-004-29)
200 cloth in 1 canister (NDC:
74168-004-30)
240 cloth in 1 canister (NDC:
74168-004-31)
280 cloth in 1 canister (NDC:
74168-004-32)
20 cloth in 1 container (NDC:
74168-004-33)
40 cloth in 1 container (NDC:
74168-004-34)
45 cloth in 1 container (NDC:
74168-004-35)
50 cloth in 1 container (NDC:
74168-004-36)
60 cloth in 1 container (NDC:
74168-004-37)
80 cloth in 1 container (NDC:
74168-004-38)
100 cloth in 1 container (NDC:
74168-004-39)
120 cloth in 1 container (NDC:
74168-004-40)
150 cloth in 1 container (NDC:
74168-004-41)
160 cloth in 1 container (NDC:
74168-004-42)
200 cloth in 1 container (NDC:
74168-004-43)
240 cloth in 1 container (NDC:
74168-004-44)
280 cloth in 1 container (NDC:
74168-004-45)"]
end
style PACKAGES fill:#f9fbfc,stroke:#dfe7ef,stroke-width:1px,rx:14,ry:14
class PACKAGELIST nakedNode;
subgraph ACTIVEINGREDIENTS["ACTIVE INGREDIENTS"]
ACTIVEINGREDIENTSLIST["
ALCOHOL (UNII:
3K9958V90M)
ALCOHOL (UNII:
3K9958V90M)
(Active Moiety)BENZALKONIUM CHLORIDE (UNII:
F5UM2KM3W7)
BENZALKONIUM (UNII:
7N6JUD5X6Y)
(Active Moiety)"]
end
style ACTIVEINGREDIENTS fill:#f9fbfc,stroke:#dfe7ef,stroke-width:1px,rx:14,ry:14
class ACTIVEINGREDIENTSLIST nakedNode;
subgraph INACTIVEINGREDIENTS["INACTIVE INGREDIENTS"]
INACTIVEINGREDIENTSLIST["
WATER (UNII:
059QF0KO0R)
.ALPHA.-TOCOPHEROL ACETATE (UNII:
9E8X80D2L0)
CHLORPHENESIN (UNII:
I670DAL4SZ)
ETHYLHEXYLGLYCERIN (UNII:
147D247K3P)"]
end
style INACTIVEINGREDIENTS fill:#f9fbfc,stroke:#dfe7ef,stroke-width:1px,rx:14,ry:14
class INACTIVEINGREDIENTSLIST nakedNode;
PRODUCT --> |has| PACKAGES
PRODUCT --> |contains| ACTIVEINGREDIENTS
PRODUCT --> |contains| INACTIVEINGREDIENTS