| HealthConstants.FoodInfo.UUID |
[Mandatory]
Data's unique ID,
assigned by the system when a new data is inserted
It is used to show nutritional information of food intake on Samsung Health
if you set this value as:
HealthConstants.FoodIntake.FOOD_INFO_ID.
|
| HealthConstants.FoodInfo.CREATE_TIME |
[Mandatory]
UTC milliseconds when a data is created in the health data store,
assigned by the system when a new data is inserted |
| HealthConstants.FoodInfo.UPDATE_TIME |
[Mandatory]
UTC milliseconds when a data is updated in the health data store,
assigned by the system when a new data is inserted or the existing data is updated |
| HealthConstants.FoodInfo.PACKAGE_NAME |
[Mandatory]
Package name which provides data,
assigned by the system when a new data is inserted |
|
HealthConstants.FoodInfo.DEVICE_UUID |
[Mandatory]
Device identifier which provides the health data |
|
HealthConstants.FoodInfo.PROVIDER_FOOD_ID |
[Mandatory]
Provider's food ID |
|
HealthConstants.FoodInfo.NAME |
[Mandatory]
Food name |
|
HealthConstants.FoodInfo.CALORIE |
[Mandatory]
Calories |
|
HealthConstants.FoodInfo.INFO_PROVIDER |
Provider name |
|
HealthConstants.FoodInfo.DESCRIPTION |
Description |
|
HealthConstants.FoodInfo.METRIC_SERVING_AMOUNT |
Amount of the food served |
|
HealthConstants.FoodInfo.METRIC_SERVING_UNIT |
Unit name for the food quantity |
|
HealthConstants.FoodInfo.UNIT_COUNT_PER_CALORIE |
Number of unit in one kilocalorie |
|
HealthConstants.FoodInfo.TOTAL_FAT |
Total fat |
|
HealthConstants.FoodInfo.SATURATED_FAT |
Saturated fat |
|
HealthConstants.FoodInfo.POLYSATURATED_FAT |
Polyunsaturated fat |
|
HealthConstants.FoodInfo.MONOSATURATED_FAT |
Monounsaturated fat |
|
HealthConstants.FoodInfo.TRANS_FAT |
Trans fat |
|
HealthConstants.FoodInfo.CARBOHYDRATE |
Carbohydrate |
|
HealthConstants.FoodInfo.DIETARY_FIBER |
Dietary fiber |
|
HealthConstants.FoodInfo.SUGAR |
Sugar or glucose |
|
HealthConstants.FoodInfo.PROTEIN |
Protein |
|
HealthConstants.FoodInfo.UNIT_COUNT_PER_CALORIE |
Number of unit in one kilocalorie |
|
HealthConstants.FoodInfo.CHOLESTEROL |
Cholesterol |
|
HealthConstants.FoodInfo.SODIUM |
Sodium |
|
HealthConstants.FoodInfo.POTASSIUM |
Potassium |
|
HealthConstants.FoodInfo.VITAMIN_A |
Vitamin A |
|
HealthConstants.FoodInfo.VITAMIN_C |
Vitamin C |
|
HealthConstants.FoodInfo.CALCIUM |
Calcium |
|
HealthConstants.FoodInfo.IRON |
Iron |
|
HealthConstants.FoodInfo.SERVING_DESCRIPTION |
Description of serving content |
|
HealthConstants.FoodInfo.DEFAULT_NUMBER_OF_SERVING_UNIT |
Default number of the served |
|
HealthConstants.FoodInfo.CUSTOM |
Custom info which is formatted with JSON and compressed data |