Measurement

data class Measurement(val item: Action.Instrument.Item, val value: String)

A measurement that was taken for this Item.

Inspect the Item.quantity to see what's the expected value.

Constructors

Link copied to clipboard
constructor(item: Action.Instrument.Item, value: String)

Types

Link copied to clipboard
sealed interface Quantity

A measurement quantity, such as heart rate, weight, etc.

Properties

Link copied to clipboard
Link copied to clipboard