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:
399 bytes
|
Rev | Line | |
---|
[106] | 1 | package dbnp.clinicaldata |
---|
| 2 | |
---|
| 3 | class ClinicalMeasurement |
---|
| 4 | extends dbnp.data.FeatureBase { |
---|
| 5 | |
---|
| 6 | ClinicalMeasurementType type |
---|
| 7 | String referenceValues |
---|
| 8 | float detectableLimit |
---|
| 9 | String correctionMethod |
---|
| 10 | boolean isDrug |
---|
| 11 | boolean isIntake |
---|
| 12 | boolean inSerum |
---|
| 13 | |
---|
| 14 | static constraints = { |
---|
[186] | 15 | referenceValues(nullable: true, blank: true) |
---|
| 16 | detectableLimit(nullable: true) |
---|
| 17 | correctionMethod(nullable: true, blank: true) |
---|
[106] | 18 | } |
---|
| 19 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.