- Timestamp:
- Feb 10, 2010, 1:55:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/clinicaldata/ClinicalMeasurement.groovy
r162 r186 13 13 14 14 static constraints = { 15 referenceValues(nullable: true, blank: true) 16 detectableLimit(nullable: true) 17 correctionMethod(nullable: true, blank: true) 15 18 } 16 19 }
Note: See TracChangeset
for help on using the changeset viewer.