Last change
on this file since 186 was
186,
checked in by keesvb, 12 years ago
|
added samples, assays and clinical data to bootstrap, modified clean data module linkage
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
307 bytes
|
Line | |
---|
1 | package dbnp.clinicaldata |
---|
2 | |
---|
3 | /** |
---|
4 | * This class describes the table which actually holds all the clinical data of the float type |
---|
5 | */ |
---|
6 | class ClinicalFloatData { |
---|
7 | |
---|
8 | ClinicalAssayInstance assay |
---|
9 | ClinicalMeasurement measurement |
---|
10 | String sample // universal sample ID |
---|
11 | float value |
---|
12 | |
---|
13 | static constraints = { |
---|
14 | } |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.