dont show property warning for 0 values any more
This commit is contained in:
parent
21653465e0
commit
ecffe30062
@ -8,12 +8,12 @@ def get_all_nutrient_types():
|
||||
nutrients = {}
|
||||
for food in json_data['FoundationFoods']:
|
||||
for entry in food['foodNutrients']:
|
||||
nutrients[entry['nutrient']['id']] = entry['nutrient']['name']
|
||||
nutrients[entry['nutrient']['id']] = {'name': entry['nutrient']['name'], 'unit': entry['nutrient']['unitName']}
|
||||
|
||||
nutrient_ids = list(nutrients.keys())
|
||||
nutrient_ids.sort()
|
||||
for nid in nutrient_ids:
|
||||
print('{', f'value: {nid}, text: "{nutrients[nid]} ({nid})"', '},')
|
||||
print('{', f'value: {nid}, text: "{nutrients[nid]["name"]} [{nutrients[nid]["unit"]}] ({nid})"', '},')
|
||||
|
||||
|
||||
get_all_nutrient_types()
|
||||
|
@ -29,7 +29,7 @@
|
||||
<td v-for="pt in property_types" v-bind:key="pt.id">
|
||||
<b-button variant="primary" @click="editing_property_type = pt" class="btn-block">{{ pt.name }}
|
||||
<span v-if="pt.unit !== ''">({{ pt.unit }}) </span> <br/>
|
||||
<b-badge variant="light" ><i class="fas fa-sort-amount-down-alt"></i> {{ pt.order}}</b-badge>
|
||||
<b-badge variant="light" ><i class="fas fa-sort-amount-down-alt"></i> {{ pt.order}}</b-badge>
|
||||
<b-badge variant="success" v-if="pt.fdc_id > 0" class="mt-2" v-b-tooltip.hover :title="$t('property_type_fdc_hint')"><i class="fas fa-check"></i> FDC</b-badge>
|
||||
<b-badge variant="warning" v-if="pt.fdc_id < 1" class="mt-2" v-b-tooltip.hover :title="$t('property_type_fdc_hint')"><i class="fas fa-times"></i> FDC</b-badge>
|
||||
</b-button>
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
<table class="table table-bordered table-sm">
|
||||
<tr >
|
||||
<tr>
|
||||
<td style="border-top: none"></td>
|
||||
<td class="text-right" style="border-top: none">{{ $t('per_serving') }}</td>
|
||||
<td class="text-right" style="border-top: none">{{ $t('total') }}</td>
|
||||
@ -41,14 +41,18 @@
|
||||
|
||||
<td class="align-middle text-center" v-if="!show_recipe_properties">
|
||||
<a href="#" @click="selected_property = p">
|
||||
<i v-if="p.missing_value" class="text-warning fas fa-exclamation-triangle"></i>
|
||||
<i v-if="!p.missing_value" class="text-muted fas fa-info-circle"></i>
|
||||
<!-- <i v-if="p.missing_value" class="text-warning fas fa-exclamation-triangle"></i>-->
|
||||
<!-- <i v-if="!p.missing_value" class="text-muted fas fa-info-circle"></i>-->
|
||||
<i class="text-muted fas fa-info-circle"></i>
|
||||
<!-- TODO find solution for missing values as 0 can either be missing or actually correct for any given property -->
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<div class="text-center">
|
||||
<b-button variant="success" :href="resolveDjangoUrl('view_property_editor', recipe.id)"><i class="fas fa-table"></i> {{ $t('Property_Editor') }}</b-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -79,7 +83,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {ApiMixin, roundDecimals, StandardToasts} from "@/utils/utils";
|
||||
import {ApiMixin, resolveDjangoUrl, roundDecimals, StandardToasts} from "@/utils/utils";
|
||||
import GenericModalForm from "@/components/Modals/GenericModalForm.vue";
|
||||
import {ApiApiFactory} from "@/utils/openapi/api";
|
||||
|
||||
@ -153,11 +157,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
function compare(a,b){
|
||||
if(a.type.order > b.type.order){
|
||||
function compare(a, b) {
|
||||
if (a.type.order > b.type.order) {
|
||||
return 1
|
||||
}
|
||||
if(a.type.order < b.type.order){
|
||||
if (a.type.order < b.type.order) {
|
||||
return -1
|
||||
}
|
||||
return 0
|
||||
@ -172,6 +176,7 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
resolveDjangoUrl,
|
||||
roundDecimals,
|
||||
openFoodEditModal: function (food) {
|
||||
console.log(food)
|
||||
|
@ -740,233 +740,233 @@ export class Models {
|
||||
form_field: true,
|
||||
type: "choice",
|
||||
options: [
|
||||
{value: 1002, text: "Nitrogen (1002)"},
|
||||
{value: 1003, text: "Protein (1003)"},
|
||||
{value: 1004, text: "Total lipid (fat) (1004)"},
|
||||
{value: 1005, text: "Carbohydrate, by difference (1005)"},
|
||||
{value: 1007, text: "Ash (1007)"},
|
||||
{value: 1008, text: "Energy (1008)"},
|
||||
{value: 1009, text: "Starch (1009)"},
|
||||
{value: 1010, text: "Sucrose (1010)"},
|
||||
{value: 1011, text: "Glucose (1011)"},
|
||||
{value: 1012, text: "Fructose (1012)"},
|
||||
{value: 1013, text: "Lactose (1013)"},
|
||||
{value: 1014, text: "Maltose (1014)"},
|
||||
{value: 1024, text: "Specific Gravity (1024)"},
|
||||
{value: 1032, text: "Citric acid (1032)"},
|
||||
{value: 1039, text: "Malic acid (1039)"},
|
||||
{value: 1041, text: "Oxalic acid (1041)"},
|
||||
{value: 1043, text: "Pyruvic acid (1043)"},
|
||||
{value: 1044, text: "Quinic acid (1044)"},
|
||||
{value: 1050, text: "Carbohydrate, by summation (1050)"},
|
||||
{value: 1051, text: "Water (1051)"},
|
||||
{value: 1062, text: "Energy (1062)"},
|
||||
{value: 1063, text: "Sugars, Total (1063)"},
|
||||
{value: 1075, text: "Galactose (1075)"},
|
||||
{value: 1076, text: "Raffinose (1076)"},
|
||||
{value: 1077, text: "Stachyose (1077)"},
|
||||
{value: 1079, text: "Fiber, total dietary (1079)"},
|
||||
{value: 1082, text: "Fiber, soluble (1082)"},
|
||||
{value: 1084, text: "Fiber, insoluble (1084)"},
|
||||
{value: 1085, text: "Total fat (NLEA) (1085)"},
|
||||
{value: 1087, text: "Calcium, Ca (1087)"},
|
||||
{value: 1089, text: "Iron, Fe (1089)"},
|
||||
{value: 1090, text: "Magnesium, Mg (1090)"},
|
||||
{value: 1091, text: "Phosphorus, P (1091)"},
|
||||
{value: 1092, text: "Potassium, K (1092)"},
|
||||
{value: 1093, text: "Sodium, Na (1093)"},
|
||||
{value: 1094, text: "Sulfur, S (1094)"},
|
||||
{value: 1095, text: "Zinc, Zn (1095)"},
|
||||
{value: 1097, text: "Cobalt, Co (1097)"},
|
||||
{value: 1098, text: "Copper, Cu (1098)"},
|
||||
{value: 1100, text: "Iodine, I (1100)"},
|
||||
{value: 1101, text: "Manganese, Mn (1101)"},
|
||||
{value: 1102, text: "Molybdenum, Mo (1102)"},
|
||||
{value: 1103, text: "Selenium, Se (1103)"},
|
||||
{value: 1105, text: "Retinol (1105)"},
|
||||
{value: 1106, text: "Vitamin A, RAE (1106)"},
|
||||
{value: 1107, text: "Carotene, beta (1107)"},
|
||||
{value: 1108, text: "Carotene, alpha (1108)"},
|
||||
{value: 1109, text: "Vitamin E (alpha-tocopherol) (1109)"},
|
||||
{value: 1110, text: "Vitamin D (D2 + D3), International Units (1110)"},
|
||||
{value: 1111, text: "Vitamin D2 (ergocalciferol) (1111)"},
|
||||
{value: 1112, text: "Vitamin D3 (cholecalciferol) (1112)"},
|
||||
{value: 1113, text: "25-hydroxycholecalciferol (1113)"},
|
||||
{value: 1114, text: "Vitamin D (D2 + D3) (1114)"},
|
||||
{value: 1116, text: "Phytoene (1116)"},
|
||||
{value: 1117, text: "Phytofluene (1117)"},
|
||||
{value: 1118, text: "Carotene, gamma (1118)"},
|
||||
{value: 1119, text: "Zeaxanthin (1119)"},
|
||||
{value: 1120, text: "Cryptoxanthin, beta (1120)"},
|
||||
{value: 1121, text: "Lutein (1121)"},
|
||||
{value: 1122, text: "Lycopene (1122)"},
|
||||
{value: 1123, text: "Lutein + zeaxanthin (1123)"},
|
||||
{value: 1125, text: "Tocopherol, beta (1125)"},
|
||||
{value: 1126, text: "Tocopherol, gamma (1126)"},
|
||||
{value: 1127, text: "Tocopherol, delta (1127)"},
|
||||
{value: 1128, text: "Tocotrienol, alpha (1128)"},
|
||||
{value: 1129, text: "Tocotrienol, beta (1129)"},
|
||||
{value: 1130, text: "Tocotrienol, gamma (1130)"},
|
||||
{value: 1131, text: "Tocotrienol, delta (1131)"},
|
||||
{value: 1137, text: "Boron, B (1137)"},
|
||||
{value: 1146, text: "Nickel, Ni (1146)"},
|
||||
{value: 1159, text: "cis-beta-Carotene (1159)"},
|
||||
{value: 1160, text: "cis-Lycopene (1160)"},
|
||||
{value: 1161, text: "cis-Lutein/Zeaxanthin (1161)"},
|
||||
{value: 1162, text: "Vitamin C, total ascorbic acid (1162)"},
|
||||
{value: 1165, text: "Thiamin (1165)"},
|
||||
{value: 1166, text: "Riboflavin (1166)"},
|
||||
{value: 1167, text: "Niacin (1167)"},
|
||||
{value: 1170, text: "Pantothenic acid (1170)"},
|
||||
{value: 1175, text: "Vitamin B-6 (1175)"},
|
||||
{value: 1176, text: "Biotin (1176)"},
|
||||
{value: 1177, text: "Folate, total (1177)"},
|
||||
{value: 1178, text: "Vitamin B-12 (1178)"},
|
||||
{value: 1180, text: "Choline, total (1180)"},
|
||||
{value: 1183, text: "Vitamin K (Menaquinone-4) (1183)"},
|
||||
{value: 1184, text: "Vitamin K (Dihydrophylloquinone) (1184)"},
|
||||
{value: 1185, text: "Vitamin K (phylloquinone) (1185)"},
|
||||
{value: 1188, text: "5-methyl tetrahydrofolate (5-MTHF) (1188)"},
|
||||
{value: 1191, text: "10-Formyl folic acid (10HCOFA) (1191)"},
|
||||
{value: 1192, text: "5-Formyltetrahydrofolic acid (5-HCOH4 (1192)"},
|
||||
{value: 1194, text: "Choline, free (1194)"},
|
||||
{value: 1195, text: "Choline, from phosphocholine (1195)"},
|
||||
{value: 1196, text: "Choline, from phosphotidyl choline (1196)"},
|
||||
{value: 1197, text: "Choline, from glycerophosphocholine (1197)"},
|
||||
{value: 1198, text: "Betaine (1198)"},
|
||||
{value: 1199, text: "Choline, from sphingomyelin (1199)"},
|
||||
{value: 1210, text: "Tryptophan (1210)"},
|
||||
{value: 1211, text: "Threonine (1211)"},
|
||||
{value: 1212, text: "Isoleucine (1212)"},
|
||||
{value: 1213, text: "Leucine (1213)"},
|
||||
{value: 1214, text: "Lysine (1214)"},
|
||||
{value: 1215, text: "Methionine (1215)"},
|
||||
{value: 1216, text: "Cystine (1216)"},
|
||||
{value: 1217, text: "Phenylalanine (1217)"},
|
||||
{value: 1218, text: "Tyrosine (1218)"},
|
||||
{value: 1219, text: "Valine (1219)"},
|
||||
{value: 1220, text: "Arginine (1220)"},
|
||||
{value: 1221, text: "Histidine (1221)"},
|
||||
{value: 1222, text: "Alanine (1222)"},
|
||||
{value: 1223, text: "Aspartic acid (1223)"},
|
||||
{value: 1224, text: "Glutamic acid (1224)"},
|
||||
{value: 1225, text: "Glycine (1225)"},
|
||||
{value: 1226, text: "Proline (1226)"},
|
||||
{value: 1227, text: "Serine (1227)"},
|
||||
{value: 1228, text: "Hydroxyproline (1228)"},
|
||||
{value: 1232, text: "Cysteine (1232)"},
|
||||
{value: 1253, text: "Cholesterol (1253)"},
|
||||
{value: 1257, text: "Fatty acids, total trans (1257)"},
|
||||
{value: 1258, text: "Fatty acids, total saturated (1258)"},
|
||||
{value: 1259, text: "SFA 4:0 (1259)"},
|
||||
{value: 1260, text: "SFA 6:0 (1260)"},
|
||||
{value: 1261, text: "SFA 8:0 (1261)"},
|
||||
{value: 1262, text: "SFA 10:0 (1262)"},
|
||||
{value: 1263, text: "SFA 12:0 (1263)"},
|
||||
{value: 1264, text: "SFA 14:0 (1264)"},
|
||||
{value: 1265, text: "SFA 16:0 (1265)"},
|
||||
{value: 1266, text: "SFA 18:0 (1266)"},
|
||||
{value: 1267, text: "SFA 20:0 (1267)"},
|
||||
{value: 1268, text: "MUFA 18:1 (1268)"},
|
||||
{value: 1269, text: "PUFA 18:2 (1269)"},
|
||||
{value: 1270, text: "PUFA 18:3 (1270)"},
|
||||
{value: 1271, text: "PUFA 20:4 (1271)"},
|
||||
{value: 1272, text: "PUFA 22:6 n-3 (DHA) (1272)"},
|
||||
{value: 1273, text: "SFA 22:0 (1273)"},
|
||||
{value: 1276, text: "PUFA 18:4 (1276)"},
|
||||
{value: 1277, text: "MUFA 20:1 (1277)"},
|
||||
{value: 1278, text: "PUFA 20:5 n-3 (EPA) (1278)"},
|
||||
{value: 1279, text: "MUFA 22:1 (1279)"},
|
||||
{value: 1280, text: "PUFA 22:5 n-3 (DPA) (1280)"},
|
||||
{value: 1281, text: "TFA 14:1 t (1281)"},
|
||||
{value: 1284, text: "Ergosterol (1284)"},
|
||||
{value: 1285, text: "Stigmasterol (1285)"},
|
||||
{value: 1286, text: "Campesterol (1286)"},
|
||||
{value: 1287, text: "Brassicasterol (1287)"},
|
||||
{value: 1288, text: "Beta-sitosterol (1288)"},
|
||||
{value: 1289, text: "Campestanol (1289)"},
|
||||
{value: 1292, text: "Fatty acids, total monounsaturated (1292)"},
|
||||
{value: 1293, text: "Fatty acids, total polyunsaturated (1293)"},
|
||||
{value: 1294, text: "Beta-sitostanol (1294)"},
|
||||
{value: 1296, text: "Delta-5-avenasterol (1296)"},
|
||||
{value: 1298, text: "Phytosterols, other (1298)"},
|
||||
{value: 1299, text: "SFA 15:0 (1299)"},
|
||||
{value: 1300, text: "SFA 17:0 (1300)"},
|
||||
{value: 1301, text: "SFA 24:0 (1301)"},
|
||||
{value: 1303, text: "TFA 16:1 t (1303)"},
|
||||
{value: 1304, text: "TFA 18:1 t (1304)"},
|
||||
{value: 1305, text: "TFA 22:1 t (1305)"},
|
||||
{value: 1306, text: "TFA 18:2 t not further defined (1306)"},
|
||||
{value: 1311, text: "PUFA 18:2 CLAs (1311)"},
|
||||
{value: 1312, text: "MUFA 24:1 c (1312)"},
|
||||
{value: 1313, text: "PUFA 20:2 n-6 c,c (1313)"},
|
||||
{value: 1314, text: "MUFA 16:1 c (1314)"},
|
||||
{value: 1315, text: "MUFA 18:1 c (1315)"},
|
||||
{value: 1316, text: "PUFA 18:2 n-6 c,c (1316)"},
|
||||
{value: 1317, text: "MUFA 22:1 c (1317)"},
|
||||
{value: 1321, text: "PUFA 18:3 n-6 c,c,c (1321)"},
|
||||
{value: 1323, text: "MUFA 17:1 (1323)"},
|
||||
{value: 1325, text: "PUFA 20:3 (1325)"},
|
||||
{value: 1329, text: "Fatty acids, total trans-monoenoic (1329)"},
|
||||
{value: 1330, text: "Fatty acids, total trans-dienoic (1330)"},
|
||||
{value: 1331, text: "Fatty acids, total trans-polyenoic (1331)"},
|
||||
{value: 1333, text: "MUFA 15:1 (1333)"},
|
||||
{value: 1334, text: "PUFA 22:2 (1334)"},
|
||||
{value: 1335, text: "SFA 11:0 (1335)"},
|
||||
{value: 1340, text: "Daidzein (1340)"},
|
||||
{value: 1341, text: "Genistein (1341)"},
|
||||
{value: 1404, text: "PUFA 18:3 n-3 c,c,c (ALA) (1404)"},
|
||||
{value: 1405, text: "PUFA 20:3 n-3 (1405)"},
|
||||
{value: 1406, text: "PUFA 20:3 n-6 (1406)"},
|
||||
{value: 1409, text: "PUFA 18:3i (1409)"},
|
||||
{value: 1411, text: "PUFA 22:4 (1411)"},
|
||||
{value: 1414, text: "PUFA 20:3 n-9 (1414)"},
|
||||
{value: 2000, text: "Sugars, total including NLEA (2000)"},
|
||||
{value: 2003, text: "SFA 5:0 (2003)"},
|
||||
{value: 2004, text: "SFA 7:0 (2004)"},
|
||||
{value: 2005, text: "SFA 9:0 (2005)"},
|
||||
{value: 2006, text: "SFA 21:0 (2006)"},
|
||||
{value: 2007, text: "SFA 23:0 (2007)"},
|
||||
{value: 2008, text: "MUFA 12:1 (2008)"},
|
||||
{value: 2009, text: "MUFA 14:1 c (2009)"},
|
||||
{value: 2010, text: "MUFA 17:1 c (2010)"},
|
||||
{value: 2012, text: "MUFA 20:1 c (2012)"},
|
||||
{value: 2013, text: "TFA 20:1 t (2013)"},
|
||||
{value: 2014, text: "MUFA 22:1 n-9 (2014)"},
|
||||
{value: 2015, text: "MUFA 22:1 n-11 (2015)"},
|
||||
{value: 2016, text: "PUFA 18:2 c (2016)"},
|
||||
{value: 2017, text: "TFA 18:2 t (2017)"},
|
||||
{value: 2018, text: "PUFA 18:3 c (2018)"},
|
||||
{value: 2019, text: "TFA 18:3 t (2019)"},
|
||||
{value: 2020, text: "PUFA 20:3 c (2020)"},
|
||||
{value: 2021, text: "PUFA 22:3 (2021)"},
|
||||
{value: 2022, text: "PUFA 20:4c (2022)"},
|
||||
{value: 2023, text: "PUFA 20:5c (2023)"},
|
||||
{value: 2024, text: "PUFA 22:5 c (2024)"},
|
||||
{value: 2025, text: "PUFA 22:6 c (2025)"},
|
||||
{value: 2026, text: "PUFA 20:2 c (2026)"},
|
||||
{value: 2028, text: "trans-beta-Carotene (2028)"},
|
||||
{value: 2029, text: "trans-Lycopene (2029)"},
|
||||
{value: 2032, text: "Cryptoxanthin, alpha (2032)"},
|
||||
{value: 2033, text: "Total dietary fiber (AOAC 2011.25) (2033)"},
|
||||
{value: 2038, text: "High Molecular Weight Dietary Fiber (HMWDF) (2038)"},
|
||||
{value: 2047, text: "Energy (Atwater General Factors) (2047)"},
|
||||
{value: 2048, text: "Energy (Atwater Specific Factors) (2048)"},
|
||||
{value: 2049, text: "Daidzin (2049)"},
|
||||
{value: 2050, text: "Genistin (2050)"},
|
||||
{value: 2051, text: "Glycitin (2051)"},
|
||||
{value: 2052, text: "Delta-7-Stigmastenol (2052)"},
|
||||
{value: 2053, text: "Stigmastadiene (2053)"},
|
||||
{value: 2057, text: "Ergothioneine (2057)"},
|
||||
{value: 2058, text: "Beta-glucan (2058)"},
|
||||
{value: 2059, text: "Vitamin D4 (2059)"},
|
||||
{value: 2060, text: "Ergosta-7-enol (2060)"},
|
||||
{value: 2061, text: " Ergosta-7,22-dienol (2061)"},
|
||||
{value: 2062, text: " Ergosta-5,7-dienol (2062)"},
|
||||
{value: 2063, text: "Verbascose (2063)"},
|
||||
{value: 2065, text: "Low Molecular Weight Dietary Fiber (LMWDF) (2065)"},
|
||||
{value: 2066, text: "Vitamin A (2066)"},
|
||||
{value: 2069, text: "Glutathione (2069)"}
|
||||
{value: 1002, text: "Nitrogen [g] (1002)"},
|
||||
{value: 1003, text: "Protein [g] (1003)"},
|
||||
{value: 1004, text: "Total lipid (fat) [g] (1004)"},
|
||||
{value: 1005, text: "Carbohydrate, by difference [g] (1005)"},
|
||||
{value: 1007, text: "Ash [g] (1007)"},
|
||||
{value: 1008, text: "Energy [kcal] (1008)"},
|
||||
{value: 1009, text: "Starch [g] (1009)"},
|
||||
{value: 1010, text: "Sucrose [g] (1010)"},
|
||||
{value: 1011, text: "Glucose [g] (1011)"},
|
||||
{value: 1012, text: "Fructose [g] (1012)"},
|
||||
{value: 1013, text: "Lactose [g] (1013)"},
|
||||
{value: 1014, text: "Maltose [g] (1014)"},
|
||||
{value: 1024, text: "Specific Gravity [sp gr] (1024)"},
|
||||
{value: 1032, text: "Citric acid [mg] (1032)"},
|
||||
{value: 1039, text: "Malic acid [mg] (1039)"},
|
||||
{value: 1041, text: "Oxalic acid [mg] (1041)"},
|
||||
{value: 1043, text: "Pyruvic acid [mg] (1043)"},
|
||||
{value: 1044, text: "Quinic acid [mg] (1044)"},
|
||||
{value: 1050, text: "Carbohydrate, by summation [g] (1050)"},
|
||||
{value: 1051, text: "Water [g] (1051)"},
|
||||
{value: 1062, text: "Energy [kJ] (1062)"},
|
||||
{value: 1063, text: "Sugars, Total [g] (1063)"},
|
||||
{value: 1075, text: "Galactose [g] (1075)"},
|
||||
{value: 1076, text: "Raffinose [g] (1076)"},
|
||||
{value: 1077, text: "Stachyose [g] (1077)"},
|
||||
{value: 1079, text: "Fiber, total dietary [g] (1079)"},
|
||||
{value: 1082, text: "Fiber, soluble [g] (1082)"},
|
||||
{value: 1084, text: "Fiber, insoluble [g] (1084)"},
|
||||
{value: 1085, text: "Total fat (NLEA) [g] (1085)"},
|
||||
{value: 1087, text: "Calcium, Ca [mg] (1087)"},
|
||||
{value: 1089, text: "Iron, Fe [mg] (1089)"},
|
||||
{value: 1090, text: "Magnesium, Mg [mg] (1090)"},
|
||||
{value: 1091, text: "Phosphorus, P [mg] (1091)"},
|
||||
{value: 1092, text: "Potassium, K [mg] (1092)"},
|
||||
{value: 1093, text: "Sodium, Na [mg] (1093)"},
|
||||
{value: 1094, text: "Sulfur, S [mg] (1094)"},
|
||||
{value: 1095, text: "Zinc, Zn [mg] (1095)"},
|
||||
{value: 1097, text: "Cobalt, Co [µg] (1097)"},
|
||||
{value: 1098, text: "Copper, Cu [mg] (1098)"},
|
||||
{value: 1100, text: "Iodine, I [µg] (1100)"},
|
||||
{value: 1101, text: "Manganese, Mn [mg] (1101)"},
|
||||
{value: 1102, text: "Molybdenum, Mo [µg] (1102)"},
|
||||
{value: 1103, text: "Selenium, Se [µg] (1103)"},
|
||||
{value: 1105, text: "Retinol [µg] (1105)"},
|
||||
{value: 1106, text: "Vitamin A, RAE [µg] (1106)"},
|
||||
{value: 1107, text: "Carotene, beta [µg] (1107)"},
|
||||
{value: 1108, text: "Carotene, alpha [µg] (1108)"},
|
||||
{value: 1109, text: "Vitamin E (alpha-tocopherol) [mg] (1109)"},
|
||||
{value: 1110, text: "Vitamin D (D2 + D3), International Units [IU] (1110)"},
|
||||
{value: 1111, text: "Vitamin D2 (ergocalciferol) [µg] (1111)"},
|
||||
{value: 1112, text: "Vitamin D3 (cholecalciferol) [µg] (1112)"},
|
||||
{value: 1113, text: "25-hydroxycholecalciferol [µg] (1113)"},
|
||||
{value: 1114, text: "Vitamin D (D2 + D3) [µg] (1114)"},
|
||||
{value: 1116, text: "Phytoene [µg] (1116)"},
|
||||
{value: 1117, text: "Phytofluene [µg] (1117)"},
|
||||
{value: 1118, text: "Carotene, gamma [µg] (1118)"},
|
||||
{value: 1119, text: "Zeaxanthin [µg] (1119)"},
|
||||
{value: 1120, text: "Cryptoxanthin, beta [µg] (1120)"},
|
||||
{value: 1121, text: "Lutein [µg] (1121)"},
|
||||
{value: 1122, text: "Lycopene [µg] (1122)"},
|
||||
{value: 1123, text: "Lutein + zeaxanthin [µg] (1123)"},
|
||||
{value: 1125, text: "Tocopherol, beta [mg] (1125)"},
|
||||
{value: 1126, text: "Tocopherol, gamma [mg] (1126)"},
|
||||
{value: 1127, text: "Tocopherol, delta [mg] (1127)"},
|
||||
{value: 1128, text: "Tocotrienol, alpha [mg] (1128)"},
|
||||
{value: 1129, text: "Tocotrienol, beta [mg] (1129)"},
|
||||
{value: 1130, text: "Tocotrienol, gamma [mg] (1130)"},
|
||||
{value: 1131, text: "Tocotrienol, delta [mg] (1131)"},
|
||||
{value: 1137, text: "Boron, B [µg] (1137)"},
|
||||
{value: 1146, text: "Nickel, Ni [µg] (1146)"},
|
||||
{value: 1159, text: "cis-beta-Carotene [µg] (1159)"},
|
||||
{value: 1160, text: "cis-Lycopene [µg] (1160)"},
|
||||
{value: 1161, text: "cis-Lutein/Zeaxanthin [µg] (1161)"},
|
||||
{value: 1162, text: "Vitamin C, total ascorbic acid [mg] (1162)"},
|
||||
{value: 1165, text: "Thiamin [mg] (1165)"},
|
||||
{value: 1166, text: "Riboflavin [mg] (1166)"},
|
||||
{value: 1167, text: "Niacin [mg] (1167)"},
|
||||
{value: 1170, text: "Pantothenic acid [mg] (1170)"},
|
||||
{value: 1175, text: "Vitamin B-6 [mg] (1175)"},
|
||||
{value: 1176, text: "Biotin [µg] (1176)"},
|
||||
{value: 1177, text: "Folate, total [µg] (1177)"},
|
||||
{value: 1178, text: "Vitamin B-12 [µg] (1178)"},
|
||||
{value: 1180, text: "Choline, total [mg] (1180)"},
|
||||
{value: 1183, text: "Vitamin K (Menaquinone-4) [µg] (1183)"},
|
||||
{value: 1184, text: "Vitamin K (Dihydrophylloquinone) [µg] (1184)"},
|
||||
{value: 1185, text: "Vitamin K (phylloquinone) [µg] (1185)"},
|
||||
{value: 1188, text: "5-methyl tetrahydrofolate (5-MTHF) [µg] (1188)"},
|
||||
{value: 1191, text: "10-Formyl folic acid (10HCOFA) [µg] (1191)"},
|
||||
{value: 1192, text: "5-Formyltetrahydrofolic acid (5-HCOH4 [µg] (1192)"},
|
||||
{value: 1194, text: "Choline, free [mg] (1194)"},
|
||||
{value: 1195, text: "Choline, from phosphocholine [mg] (1195)"},
|
||||
{value: 1196, text: "Choline, from phosphotidyl choline [mg] (1196)"},
|
||||
{value: 1197, text: "Choline, from glycerophosphocholine [mg] (1197)"},
|
||||
{value: 1198, text: "Betaine [mg] (1198)"},
|
||||
{value: 1199, text: "Choline, from sphingomyelin [mg] (1199)"},
|
||||
{value: 1210, text: "Tryptophan [g] (1210)"},
|
||||
{value: 1211, text: "Threonine [g] (1211)"},
|
||||
{value: 1212, text: "Isoleucine [g] (1212)"},
|
||||
{value: 1213, text: "Leucine [g] (1213)"},
|
||||
{value: 1214, text: "Lysine [g] (1214)"},
|
||||
{value: 1215, text: "Methionine [g] (1215)"},
|
||||
{value: 1216, text: "Cystine [g] (1216)"},
|
||||
{value: 1217, text: "Phenylalanine [g] (1217)"},
|
||||
{value: 1218, text: "Tyrosine [g] (1218)"},
|
||||
{value: 1219, text: "Valine [g] (1219)"},
|
||||
{value: 1220, text: "Arginine [g] (1220)"},
|
||||
{value: 1221, text: "Histidine [g] (1221)"},
|
||||
{value: 1222, text: "Alanine [g] (1222)"},
|
||||
{value: 1223, text: "Aspartic acid [g] (1223)"},
|
||||
{value: 1224, text: "Glutamic acid [g] (1224)"},
|
||||
{value: 1225, text: "Glycine [g] (1225)"},
|
||||
{value: 1226, text: "Proline [g] (1226)"},
|
||||
{value: 1227, text: "Serine [g] (1227)"},
|
||||
{value: 1228, text: "Hydroxyproline [g] (1228)"},
|
||||
{value: 1232, text: "Cysteine [g] (1232)"},
|
||||
{value: 1253, text: "Cholesterol [mg] (1253)"},
|
||||
{value: 1257, text: "Fatty acids, total trans [g] (1257)"},
|
||||
{value: 1258, text: "Fatty acids, total saturated [g] (1258)"},
|
||||
{value: 1259, text: "SFA 4:0 [g] (1259)"},
|
||||
{value: 1260, text: "SFA 6:0 [g] (1260)"},
|
||||
{value: 1261, text: "SFA 8:0 [g] (1261)"},
|
||||
{value: 1262, text: "SFA 10:0 [g] (1262)"},
|
||||
{value: 1263, text: "SFA 12:0 [g] (1263)"},
|
||||
{value: 1264, text: "SFA 14:0 [g] (1264)"},
|
||||
{value: 1265, text: "SFA 16:0 [g] (1265)"},
|
||||
{value: 1266, text: "SFA 18:0 [g] (1266)"},
|
||||
{value: 1267, text: "SFA 20:0 [g] (1267)"},
|
||||
{value: 1268, text: "MUFA 18:1 [g] (1268)"},
|
||||
{value: 1269, text: "PUFA 18:2 [g] (1269)"},
|
||||
{value: 1270, text: "PUFA 18:3 [g] (1270)"},
|
||||
{value: 1271, text: "PUFA 20:4 [g] (1271)"},
|
||||
{value: 1272, text: "PUFA 22:6 n-3 (DHA) [g] (1272)"},
|
||||
{value: 1273, text: "SFA 22:0 [g] (1273)"},
|
||||
{value: 1276, text: "PUFA 18:4 [g] (1276)"},
|
||||
{value: 1277, text: "MUFA 20:1 [g] (1277)"},
|
||||
{value: 1278, text: "PUFA 20:5 n-3 (EPA) [g] (1278)"},
|
||||
{value: 1279, text: "MUFA 22:1 [g] (1279)"},
|
||||
{value: 1280, text: "PUFA 22:5 n-3 (DPA) [g] (1280)"},
|
||||
{value: 1281, text: "TFA 14:1 t [g] (1281)"},
|
||||
{value: 1284, text: "Ergosterol [mg] (1284)"},
|
||||
{value: 1285, text: "Stigmasterol [mg] (1285)"},
|
||||
{value: 1286, text: "Campesterol [mg] (1286)"},
|
||||
{value: 1287, text: "Brassicasterol [mg] (1287)"},
|
||||
{value: 1288, text: "Beta-sitosterol [mg] (1288)"},
|
||||
{value: 1289, text: "Campestanol [mg] (1289)"},
|
||||
{value: 1292, text: "Fatty acids, total monounsaturated [g] (1292)"},
|
||||
{value: 1293, text: "Fatty acids, total polyunsaturated [g] (1293)"},
|
||||
{value: 1294, text: "Beta-sitostanol [mg] (1294)"},
|
||||
{value: 1296, text: "Delta-5-avenasterol [mg] (1296)"},
|
||||
{value: 1298, text: "Phytosterols, other [mg] (1298)"},
|
||||
{value: 1299, text: "SFA 15:0 [g] (1299)"},
|
||||
{value: 1300, text: "SFA 17:0 [g] (1300)"},
|
||||
{value: 1301, text: "SFA 24:0 [g] (1301)"},
|
||||
{value: 1303, text: "TFA 16:1 t [g] (1303)"},
|
||||
{value: 1304, text: "TFA 18:1 t [g] (1304)"},
|
||||
{value: 1305, text: "TFA 22:1 t [g] (1305)"},
|
||||
{value: 1306, text: "TFA 18:2 t not further defined [g] (1306)"},
|
||||
{value: 1311, text: "PUFA 18:2 CLAs [g] (1311)"},
|
||||
{value: 1312, text: "MUFA 24:1 c [g] (1312)"},
|
||||
{value: 1313, text: "PUFA 20:2 n-6 c,c [g] (1313)"},
|
||||
{value: 1314, text: "MUFA 16:1 c [g] (1314)"},
|
||||
{value: 1315, text: "MUFA 18:1 c [g] (1315)"},
|
||||
{value: 1316, text: "PUFA 18:2 n-6 c,c [g] (1316)"},
|
||||
{value: 1317, text: "MUFA 22:1 c [g] (1317)"},
|
||||
{value: 1321, text: "PUFA 18:3 n-6 c,c,c [g] (1321)"},
|
||||
{value: 1323, text: "MUFA 17:1 [g] (1323)"},
|
||||
{value: 1325, text: "PUFA 20:3 [g] (1325)"},
|
||||
{value: 1329, text: "Fatty acids, total trans-monoenoic [g] (1329)"},
|
||||
{value: 1330, text: "Fatty acids, total trans-dienoic [g] (1330)"},
|
||||
{value: 1331, text: "Fatty acids, total trans-polyenoic [g] (1331)"},
|
||||
{value: 1333, text: "MUFA 15:1 [g] (1333)"},
|
||||
{value: 1334, text: "PUFA 22:2 [g] (1334)"},
|
||||
{value: 1335, text: "SFA 11:0 [g] (1335)"},
|
||||
{value: 1340, text: "Daidzein [mg] (1340)"},
|
||||
{value: 1341, text: "Genistein [mg] (1341)"},
|
||||
{value: 1404, text: "PUFA 18:3 n-3 c,c,c (ALA) [g] (1404)"},
|
||||
{value: 1405, text: "PUFA 20:3 n-3 [g] (1405)"},
|
||||
{value: 1406, text: "PUFA 20:3 n-6 [g] (1406)"},
|
||||
{value: 1409, text: "PUFA 18:3i [g] (1409)"},
|
||||
{value: 1411, text: "PUFA 22:4 [g] (1411)"},
|
||||
{value: 1414, text: "PUFA 20:3 n-9 [g] (1414)"},
|
||||
{value: 2000, text: "Sugars, total including NLEA [g] (2000)"},
|
||||
{value: 2003, text: "SFA 5:0 [g] (2003)"},
|
||||
{value: 2004, text: "SFA 7:0 [g] (2004)"},
|
||||
{value: 2005, text: "SFA 9:0 [g] (2005)"},
|
||||
{value: 2006, text: "SFA 21:0 [g] (2006)"},
|
||||
{value: 2007, text: "SFA 23:0 [g] (2007)"},
|
||||
{value: 2008, text: "MUFA 12:1 [g] (2008)"},
|
||||
{value: 2009, text: "MUFA 14:1 c [g] (2009)"},
|
||||
{value: 2010, text: "MUFA 17:1 c [g] (2010)"},
|
||||
{value: 2012, text: "MUFA 20:1 c [g] (2012)"},
|
||||
{value: 2013, text: "TFA 20:1 t [g] (2013)"},
|
||||
{value: 2014, text: "MUFA 22:1 n-9 [g] (2014)"},
|
||||
{value: 2015, text: "MUFA 22:1 n-11 [g] (2015)"},
|
||||
{value: 2016, text: "PUFA 18:2 c [g] (2016)"},
|
||||
{value: 2017, text: "TFA 18:2 t [g] (2017)"},
|
||||
{value: 2018, text: "PUFA 18:3 c [g] (2018)"},
|
||||
{value: 2019, text: "TFA 18:3 t [g] (2019)"},
|
||||
{value: 2020, text: "PUFA 20:3 c [g] (2020)"},
|
||||
{value: 2021, text: "PUFA 22:3 [g] (2021)"},
|
||||
{value: 2022, text: "PUFA 20:4c [g] (2022)"},
|
||||
{value: 2023, text: "PUFA 20:5c [g] (2023)"},
|
||||
{value: 2024, text: "PUFA 22:5 c [g] (2024)"},
|
||||
{value: 2025, text: "PUFA 22:6 c [g] (2025)"},
|
||||
{value: 2026, text: "PUFA 20:2 c [g] (2026)"},
|
||||
{value: 2028, text: "trans-beta-Carotene [µg] (2028)"},
|
||||
{value: 2029, text: "trans-Lycopene [µg] (2029)"},
|
||||
{value: 2032, text: "Cryptoxanthin, alpha [µg] (2032)"},
|
||||
{value: 2033, text: "Total dietary fiber (AOAC 2011.25) [g] (2033)"},
|
||||
{value: 2038, text: "High Molecular Weight Dietary Fiber (HMWDF) [g] (2038)"},
|
||||
{value: 2047, text: "Energy (Atwater General Factors) [kcal] (2047)"},
|
||||
{value: 2048, text: "Energy (Atwater Specific Factors) [kcal] (2048)"},
|
||||
{value: 2049, text: "Daidzin [mg] (2049)"},
|
||||
{value: 2050, text: "Genistin [mg] (2050)"},
|
||||
{value: 2051, text: "Glycitin [mg] (2051)"},
|
||||
{value: 2052, text: "Delta-7-Stigmastenol [mg] (2052)"},
|
||||
{value: 2053, text: "Stigmastadiene [mg] (2053)"},
|
||||
{value: 2057, text: "Ergothioneine [mg] (2057)"},
|
||||
{value: 2058, text: "Beta-glucan [g] (2058)"},
|
||||
{value: 2059, text: "Vitamin D4 [µg] (2059)"},
|
||||
{value: 2060, text: "Ergosta-7-enol [mg] (2060)"},
|
||||
{value: 2061, text: " Ergosta-7,22-dienol [mg] (2061)"},
|
||||
{value: 2062, text: " Ergosta-5,7-dienol [mg] (2062)"},
|
||||
{value: 2063, text: "Verbascose [g] (2063)"},
|
||||
{value: 2065, text: "Low Molecular Weight Dietary Fiber (LMWDF) [g] (2065)"},
|
||||
{value: 2066, text: "Vitamin A [mg] (2066)"},
|
||||
{value: 2069, text: "Glutathione [mg] (2069)"}
|
||||
],
|
||||
field: "fdc_id",
|
||||
label: "FDC_ID",
|
||||
|
Loading…
Reference in New Issue
Block a user