Changeset 821
- Timestamp:
- Aug 17, 2010, 4:20:08 PM (13 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrapStudies.groovy
r812 r821 447 447 def clinicalModule = new AssayModule( 448 448 name: 'SAM module for clinical data', 449 type: AssayType.SIMPLE_ASSAY,450 449 platform: 'clinical measurements', 451 450 url: 'http://localhost:8182/sam' -
trunk/grails-app/domain/dbnp/studycapturing/AssayModule.groovy
r784 r821 8 8 /** The name of the module, for user-reference purposes */ 9 9 String name 10 11 /** The type of the module */12 AssayType type13 10 14 11 /** A descriptive string describing the 'platform' of the assay data in the module */
Note: See TracChangeset
for help on using the changeset viewer.