Changeset 806
- Timestamp:
- Aug 13, 2010, 1:30:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrapStudies.groovy
r776 r806 36 36 def fastingTreatmentTemplate = Template.findByName("Fasting treatment") 37 37 def bloodSamplingEventTemplate = Template.findByName("Blood extraction") 38 def humanTissueSampleTemplate = Template.findByName("Human tissue sample") 38 39 def humanBloodSampleTemplate = Template.findByName("Human blood sample") 39 40 … … 231 232 startTime: 3600 +7 * 24 * 3600, 232 233 endTime: 3600 +7 * 24 * 3600, 233 template: liverSamplingEventTemplate) 234 template: liverSamplingEventTemplate, 235 sampleTemplate: humanTissueSampleTemplate) 234 236 .setFieldValue('Sample weight',5F) 235 237 … … 237 239 startTime: 3600 +7 * 24 * 3600, 238 240 endTime: 3600 +7 * 24 * 3600, 239 template: liverSamplingEventTemplate) 241 template: liverSamplingEventTemplate, 242 sampleTemplate: humanTissueSampleTemplate) 240 243 .setFieldValue('Sample weight',5F) 241 244 … … 386 389 startTime: 3 * 24 * 3600 + 30 * 3600, 387 390 endTime: 3 * 24 * 3600 + 30 * 3600, 388 template: bloodSamplingEventTemplate) 391 template: bloodSamplingEventTemplate, 392 sampleTemplate: humanBloodSampleTemplate) 389 393 .setFieldValue('Sample volume',4.5F); 390 394
Note: See TracChangeset
for help on using the changeset viewer.