- Timestamp:
- Jun 2, 2010, 5:00:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r510 r511 16 16 Date lastUpdated 17 17 Date startDate 18 long externalStudyID // enables referring to studies outside of GSCF, e.g., in the Simple Assay Module 18 19 19 20 /** … … 49 50 static constraints = { 50 51 owner(nullable: true, blank: true) 52 externalStudyID(nullable:true, blank:true) 51 53 } 52 54
Note: See TracChangeset
for help on using the changeset viewer.