Skip to main content

FluidExportMeasurement

Represents fluid export (output) information.

type FluidExportMeasurement {
description: String
fluidType: String
unit: String
value: Float
}

Fields

FluidExportMeasurement.description ● String scalar

Additional description or notes about the fluid export.

FluidExportMeasurement.fluidType ● String scalar

The type of fluid export (e.g., "urine", "vomit").

FluidExportMeasurement.unit ● String scalar

The unit of measurement (e.g., "ml", "L").

FluidExportMeasurement.value ● Float scalar

The numeric value of the fluid export.

Member Of

VitalEntry object