<% /** * Confirmation page * * @author Jeroen Wesbeek * @since 20100225 * @package wizard * @see dbnp.studycapturing.WizardTagLib::previousNext * @see dbnp.studycapturing.WizardController * * Revision information: * $Rev: 1430 $ * $Author: work@osx.eu $ * $Date: 2011-01-21 20:05:36 +0000 (vr, 21 jan 2011) $ */ %> You are almost there... You are almost done creating your study. Below you will find a summary of the study you have just defined. If everything is well, click 'next' to permanently save the study you have created, or click 'previous' if you need to modify parts of your study.

General overview

You are about to create a study containing ${(study.subjects) ? study.subjects.size() : 0} subjects, ${(study.events) ? study.events.size() : 0} events and ${(study.samplingEvents) ? study.samplingEvents.size(): 0} sampling events grouped into ${(study.eventGroups) ? study.eventGroups.size() : 0} event groups. The study is results in ${(study.samples) ? study.samples.size() : 0} samples analyzed using ${(study.assays) ? study.assays.size() : 0} assays.

Study

  • ${field.name} - ${study.getFieldValue(field.name)}

Not right? Click to go back to the study page and make corrections.

Subjects

${subject}

  • ${field.name} - ${subject.getFieldValue(field.name)}
Not right? Click to go back to the subjects page and make corrections.

Events

${template}

  • Sampling Event
    • ${field} - ${event.getFieldValue(field.name)}
Not right? Click to go back to the events page and make corrections.

Samples

${sample}

  • ${field.name} - ${sample.getFieldValue(field.name)}
Not right? Click to go back to the subjects page and make corrections.

Assays

${assay}

  • ${field.name} - ${assay.getFieldValue(field.name)}
Not right? Click to go back to the subjects page and make corrections.