Changeset 187 for trunk/grails-app/conf


Ignore:
Timestamp:
Feb 10, 2010, 4:09:52 PM (13 years ago)
Author:
keesvb
Message:

changed definition of clean data layer, implemented it for the clinical data module, added demonstration to the sandbox

File:
1 edited

Legend:

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

    r186 r187  
    295295                                name: 'LDL',
    296296                                unit: 'mg/dL',
    297                                 type: dbnp.clinicaldata.ClinicalMeasurementType.NUMBER,
     297                                type: dbnp.data.FeatureType.QUANTITATIVE,
    298298                                referenceValues: '100 mg/dL',
    299299                                detectableLimit: 250,
     
    304304                                name: 'HDL',
    305305                                unit: 'mg/dL',
    306                                 type: dbnp.clinicaldata.ClinicalMeasurementType.NUMBER,
     306                                type: dbnp.data.FeatureType.QUANTITATIVE,
    307307                                referenceValues: '50 mg/dL',
    308308                                detectableLimit: 100,
Note: See TracChangeset for help on using the changeset viewer.