knowing / Medmon

Medical Monitoring
5 stars 0 forks source link

ImportDataWizard: Description and layout #37

Closed muuki88 closed 12 years ago

muuki88 commented 12 years ago

Task

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

Preconditions

Imports data into Medmon. There are different types of data and sources which determine what happens after the import.

The data is stored via the IPatientService.

A "Select Classification Process" Page shows up to directly classify the data. There should be an option "store results", which means the classified results are stored too and linked to the TherapyResults entity. Thus the user has to choose a Therapy entity.

Import TRAINING

There are two different possible pages after selecting "TRAINING" as data type:

source: Sensor || untagged CSV / ARFF

The data is raw and untagged. Tagging is a more complex task and should be done in an own editor, maybe even in special perspective. This will be addressed in another ticket.

source: CSV / ARFF (tagged)

CSV data are converted to ARFF an stored via the IPatientService.

WizardPages - Implementation hints

There should be a page for each clearly defined task. Maybe like

[Input]: Select Patient, Sensor and Type

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