FluidIntakeMeasurement
Represents fluid intake information.
type FluidIntakeMeasurement {
description: String
fluidType: String
unit: String
value: Float
}
Fields
FluidIntakeMeasurement.description ● String scalar
Additional description or notes about the fluid intake.
FluidIntakeMeasurement.fluidType ● String scalar
The type of fluid (e.g., "water", "juice", "coffee").
FluidIntakeMeasurement.unit ● String scalar
The unit of measurement (e.g., "ml", "L").
FluidIntakeMeasurement.value ● Float scalar
The numeric value of the fluid intake.
Member Of
VitalEntry object