<% /** * Subjects page * * @author Jeroen Wesbeek * @since 20100113 * @package wizard * @see dbnp.studycapturing.WizardTagLib::previousNext * @see dbnp.studycapturing.WizardController * * Revision information: * $Rev: 399 $ * $Author: duh $ * $Date: 2010-05-10 14:32:45 +0000 (ma, 10 mei 2010) $ */ %> Add subjects to your study In this screen you can add subjects to your study based on a given template. Note that the 'species' select will probably move to the template as an ontology reference and will not be asked anymore.
Note that you can edit multiple subjects at once by selecting multpiple rows by either ctrl-clicking them or dragging a selection over them.
The number of subjects to add to your study The species of the subjects you would like to add to your study The template to use for this study

${subjectTemplate.getValue().name} template

#
${subjectId + 1}
Known issues
  • autocomplete fields (like ontologies) deselect the selected rows and hence don't replicate
  • ontology fields should replicate value and hidden fields
  • ontology hidden fields should be processed by the back-end as well (not yet implemented)
  • ontology fields now show suggestions for all available ontologies. This has to be narrowed down in the future.
  • ontology hidden fields should be handled by the taglibrary / controller as well