Skip to content

eschenfeldt/stroke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3 command line tool to run a stroke triage model on randomly generated patients at a set of provided locations1. Locations and adjacent hospitals must be provided, with appropriate pre-calculated travel times2. Runs model using both generic hospital performance characteristics and provided specific characteristics for each hospital to allow analysis of the impact of including hospital performance in the model.

Included demo input files use random hospital performance characteristics and do not reflect the performance of any real hospitals.

Usage

Dependencies are recorded in stroke.yml. From the root of the repo call the tool as

python3 main.py <hospital_file> <times_file> <options>

where <hospital_file> and <times_file> are relative paths to correctly formatted hospital and location files. Use python3 main.py --help for more information on options.


1: A Swift implementation of the tool is also available.

2: A tool to generate these input files for locations and hospitals in the US (without hospital performance data), is available here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages