Changeset 821


Ignore:
Timestamp:
Aug 17, 2010, 4:20:08 PM (13 years ago)
Author:
keesvb
Message:

deleted AssayType? domain class

Location:
trunk/grails-app
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/BootStrapStudies.groovy

    r812 r821  
    447447                def clinicalModule = new AssayModule(
    448448                        name: 'SAM module for clinical data',
    449                         type: AssayType.SIMPLE_ASSAY,
    450449                        platform: 'clinical measurements',
    451450                        url: 'http://localhost:8182/sam'
  • trunk/grails-app/domain/dbnp/studycapturing/AssayModule.groovy

    r784 r821  
    88        /** The name of the module, for user-reference purposes  */
    99        String name
    10 
    11         /** The type of the module */
    12         AssayType type
    1310
    1411        /** A descriptive string describing the 'platform' of the assay data in the module */
Note: See TracChangeset for help on using the changeset viewer.