|
@@ -19,7 +19,7 @@ $dailyIntakeCarbohydrates = Point::getOnlyPointOfCategory($patient, 'DAILY_INTAK
|
|
$dailyIntakeCalories = Point::getOnlyPointOfCategory($patient, 'DAILY_INTAKE_CALORIES');
|
|
$dailyIntakeCalories = Point::getOnlyPointOfCategory($patient, 'DAILY_INTAKE_CALORIES');
|
|
|
|
|
|
$points = [
|
|
$points = [
|
|
- ["category" => 'HIGH_SUGAR_BEVERAGES', "name" => 'High Sugar Beverages', "point" => $highSugarBeverages],
|
|
|
|
|
|
+ ["category" => 'HIGH_SUGAR_BEVERAGES', "name" => 'Beverages', "point" => $highSugarBeverages],
|
|
["category" => 'WATER_INTAKE', "name" => 'Water Intake', "point" => $waterIntake],
|
|
["category" => 'WATER_INTAKE', "name" => 'Water Intake', "point" => $waterIntake],
|
|
["category" => 'FAST_FOOD', "name" => 'Fast Food', "point" => $fastFood],
|
|
["category" => 'FAST_FOOD', "name" => 'Fast Food', "point" => $fastFood],
|
|
["category" => 'SNACKS', "name" => 'Snacks', "point" => $snacks],
|
|
["category" => 'SNACKS', "name" => 'Snacks', "point" => $snacks],
|