Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Results Domain Model

massfords edited this page Mar 11, 2015 · 4 revisions

Diagram

diagram

Core Entities

PlateResult

Models the results for a specific Plate. There are DateTime fields to track when the data was created and last modified. There is also a simple comments field that could be expanded to offer more capable discussion threads.

WellResult

Models the data gathered from a single Well. Each WellResult has a single Coordinate to identify what Well it represents and supports multiple Samples

Sample

A single sample of data taken at the specified point in time. A single WellResult could have multiple Samples taken at different times. Another use case is that Samples could represent different types of measurements.

Clone this wiki locally