Changeset 729
- Timestamp:
- Jul 27, 2010, 2:25:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/dbnp/importer/ImporterService.groovy
r725 r729 22 22 import dbnp.studycapturing.TemplateFieldType 23 23 import dbnp.studycapturing.Template 24 import dbnp.studycapturing.SamplingEvent 24 25 import dbnp.studycapturing.Study 25 26 import dbnp.studycapturing.Subject 26 27 import dbnp.studycapturing.Event 27 28 28 import dbnp.studycapturing.Sample 29 29 30 30 import dbnp.data.Term 31 import dbnp.studycapturing.SamplingEvent32 31 33 32 class ImporterService { … … 315 314 def template = Template.get(template_id) 316 315 def record = [] 316 def samplingevent = new SamplingEvent(template:template) 317 317 318 318 def study = new Study(template: template)
Note: See TracChangeset
for help on using the changeset viewer.