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
[required] Patient selected via IGlobalSelectionService
[required] Therapy selected via IGlobalSelectionService
[optional] Sensor selected via IGlobalSelectionService
[optional] Data selected via IGlobalSelectionService
Function
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
No data type. Only RAW
Additional source: Database
Always classifiy data afterwards
WizardPages - Implementation hints
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.
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
Function
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
WizardPages - Implementation hints
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