Instrument
class Instrument
A specification of how something can be measured.
Has multiple items, or steps, that have to be taken.
Types
Link copied to clipboard
class Item
An item, or step, of an instrument.
Link copied to clipboard
data class Measurements(val instrument: Action.Instrument, val processedAt: ZonedDateTime, measurements: List<Action.Instrument.Item.Measurement>) : List<Action.Instrument.Item.Measurement>
A collection of Item.Measurements per Item that were taken with the given Instrument.