Difference between revisions of "File List"

From SICDB Doc
Jump to navigation Jump to search
(Created page with "The SICdb dataset consists from data files, a reference file == Data Files == All data files are gzip compressed RFC4180 comma seperated files. === cases.csv.gz === Contains basic data about admissions to icu. See Case Data for table details and Case Description. === d_references.csv.gz === Contains the dictionary for all encoded fields in the SICdb dataset. See d_references for further information. === data_float_h.csv.gz === Contains hourly aggre...")
 
Line 6: Line 6:


=== cases.csv.gz ===
=== cases.csv.gz ===
Contains basic data about admissions to icu.  
Contains basic data about admissions to icu. See [[Case Data]] for table details and [[Case Description]].
See [[Case Data]] for table details and [[Case Description]].
 


=== d_references.csv.gz ===
=== d_references.csv.gz ===


Contains the dictionary for all encoded fields in the SICdb dataset.  
Contains the dictionary for all encoded fields in the SICdb dataset. See [[d_references]] for further information.
 
See [[d_references]] for further information.


=== data_float_h.csv.gz ===
=== data_float_h.csv.gz ===


Contains hourly aggregated float data like monitor signals or repirator settings. Additionally raw minute data is included.
Contains hourly aggregated float data like monitor [[Signal Data|signals]] or respirator settings. Additionally raw minute data is included.See [[data_float_h]] and [[Signal Data]] for further information.
 
See [[data_float_h]] for further information.


=== data_ref.csv.gz ===
=== data_ref.csv.gz ===


Contains encoded (nominal) data related to a case.
Contains encoded (nominal) data related to a case.See [[data_ref]] for further information.
 
See [[data_ref]] for further information.


=== laboratory.csv.gz ===
=== laboratory.csv.gz ===
Line 36: Line 28:
=== medication.csv.gz ===
=== medication.csv.gz ===


Contains data about medication given during ICU stay.
Contains data about medication given during ICU stay. See [[Medication Data]] for further information.
 
See [[Medication]] for further information.


=== treatment.csv.gz ===
=== treatment.csv.gz ===
Line 44: Line 34:
=== unitlog.csv.gz ===
=== unitlog.csv.gz ===


Contains information about changes in patients department.
== Configuration Files ==
 
=== docker-compose.yml ===
 
This file is needed to install our database software. See [[Software Description]] for further information, and [[Get Started]] for installation instructions.
 
=== DatasetConfiguration.conf ===
 
Our database software needs this metadata for building up the database. It contains field data types and SQL table structure, that cannot be saved in .csv files.
 
== RooData Folder and contents ==
 
This data is used by our software and contains field and table configurations.

Revision as of 13:10, 8 October 2022

The SICdb dataset consists from data files, a reference file

Data Files

All data files are gzip compressed RFC4180 comma seperated files.

cases.csv.gz

Contains basic data about admissions to icu. See Case Data for table details and Case Description.

d_references.csv.gz

Contains the dictionary for all encoded fields in the SICdb dataset. See d_references for further information.

data_float_h.csv.gz

Contains hourly aggregated float data like monitor signals or respirator settings. Additionally raw minute data is included.See data_float_h and Signal Data for further information.

data_ref.csv.gz

Contains encoded (nominal) data related to a case.See data_ref for further information.

laboratory.csv.gz

Contains laboratory results.

See Laboratory for further information.

medication.csv.gz

Contains data about medication given during ICU stay. See Medication Data for further information.

treatment.csv.gz

unitlog.csv.gz

Configuration Files

docker-compose.yml

This file is needed to install our database software. See Software Description for further information, and Get Started for installation instructions.

DatasetConfiguration.conf

Our database software needs this metadata for building up the database. It contains field data types and SQL table structure, that cannot be saved in .csv files.

RooData Folder and contents

This data is used by our software and contains field and table configurations.