You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

For running the database on Chronic_Event tool,

MySQL Community Server 5.5.29 from 

Thesis

first draf

The tool is a command line tool:

the main method is in start.java

The input to Chronic is

  1. Column separated files (

There is a configuration file (config.txt),

which contains the name of the input files followed by

columnnr:columnname information lines

Between each input file list, the is a five-dash separator (-----)

Example config.txt

kommune_brukere.csv

1:Kjonn

2:DodDato

...

6:LOPENR

...

8:cutoff

-----

kommune_saker.csv

1:SoktDato

2:Vedtaksdato

....

Example data format

See explanation in Event-Stream format (for Patient Explorer etc.)

  • No labels