An open API service indexing awesome lists of open source software.

https://github.com/malcolmgreaves/med_device_inventory

Medical Device Inventory Analysis: MEDIA
https://github.com/malcolmgreaves/med_device_inventory

data-science medicine

Last synced: over 1 year ago
JSON representation

Medical Device Inventory Analysis: MEDIA

Awesome Lists containing this project

README

          

# Medical Device Inventory Analysis (MEDIA)

Statistical analysis of medical device and surgical equipment inventory over time.

### Sections

There are several sections within this project:

* See [TODO](TODO.md) for current work status.

* See [Objectives](OBJECTIVES.md) for high-level objectives and diuscussion thereof.

### Data Preprocessing

To convert the "incomplete sets" .xls files to .csv files, use LibreOffice calc. The specific command is:
```
libreoffice --convert-to csv --infilter=CSV:44,34,76,1 --headless --outdir $X *.xls
```
where `$X` is the desired output directory