- Update http://www.ampel-cdss.com/ URL.
- Fix Flowcharts in vignette.
- First public release.
- Merge entries with identical timestamp but different (non-overlapping) laboratory measurements.
- Use CBC instead of BC as acronym for (complete) blood counts.
- Use plural of BCs in label messages.
- Use lower-case "sepsis" in exclusion messages.
- Rename
exclude_entries
intosbc_exclude_entries
. - Add
sbc_label
for labeling into Sepsis/Control cases. - Add
sbc_preprocess
as wrapper forsbc_exclude_entries
andsbc_label
.
- Integrate new data query from Greifswald.
- Treat SIRS caused by an infection as "Sepsis" (ICD10-GM R65.1).
- Adapt "Diagnosis" labels for Leipzig data according to R57.2.
- Add Leipzig 2020-2021 Validation Set.
- Add "Set" column with "Training"/"Validation".
- Adapt to more detailed sender codes.
- Treat severe septic shock 785.52 and R65.2x (ICD9/10-CM) and R57.2 (ICD10-GM) as "Sepsis".
exclude_entries
: new argumenttime
to filter specific time range.
import_mimic
: fixEpisode
calculation forNA
inhadm_id
andtransfer_id
.
- Initial version.