databrary-1: Databrary

Safe HaskellNone
LanguageHaskell2010

Model.Record.Types

Synopsis

Documentation

data FieldUse a Source #

States for fields within ParticipantRecord.

We keep both the parsed and raw values for data for now...

Constructors

FieldUnused

Unused/not supplied

FieldEmpty

Supplied, but empty

Field MeasureDatum a

The raw value and its converted form deriving (Show, Eq, Ord, Functor)