knowing / Medmon

Medical Monitoring
5 stars 0 forks source link

Change QuickAnalyseWizard to TherapyResultsWizard #38

Closed muuki88 closed 12 years ago

muuki88 commented 12 years ago

This wizard is limited version of the ImportDataWizard (#37).

Task

This ticket describes the functionality of the TherayResultsWizard to provide an overview. Based on this information all pages should be layouted without functionality.

Prerequisites

Classifies data stored inside Medmon or imports data and classifies them afterwards. Generates a TherapyResult entity and links it with the raw data.

Difference to ImportDataWizard

Try to reuse as much as possible pages implemented for the ImportDataWizard. A possible way to achieve this is to created protected methods which handle stuff that differs in both wizards.

E.g: "createSourceControl" to create widget and content of the input sources.

Additional information

@depends #37 @see de.lmu.ifi.dbs.medmon.medic.ui.wizard.QuickAnalyseWizard.java

muuki88 commented 12 years ago

Layout done.