This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Description
The data received from LabKey is complete but structured in a difficult way to use within the UI. Specifically:
- The metadata and data are separate, requiring a 2d lookup.
- Date values are strings, and need coercing into
Dates to be useful.
It makes sense to massage the server response into a custom object, maintaining as much information as possible whilst adding structure and making the model participant-centric to match our needs.