Changeset 152 for trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy
- Timestamp:
- Jan 29, 2010, 7:38:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy
r139 r152 12 12 // or should this be inferred via the parent SamplingEvent? 13 13 14 // TODO: should Sample also carry a reference to its parent subject, 15 // or should this be inferred via the parent SamplingEvent? 16 17 String name // should be unique with respect to the parent study (which can be inferred 14 String name // should be unique with respect to the parent study (which can be inferred) 18 15 Term material 16 // don't we need a member, that describes the quantity of the sample? 19 17 20 18 static constraints = { 21 19 } 20 22 21 }
Note: See TracChangeset
for help on using the changeset viewer.