Last change
on this file since 784 was
784,
checked in by duh, 10 years ago
|
|
-
Property svn:keywords set to
Author Rev Date
|
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.