Metadata-Version: 2.1
Name: ecis-processing
Version: 0.6.0
Summary: A program that processes diagnosis and medication data 
Home-page: https://github.com/tactlessfish/ecis-processing
License: MIT
Author: Fisher Sun
Author-email: fisher521.fs@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pandas (>=1.0.5,<2.0.0)
Project-URL: Repository, https://github.com/tactlessfish/ecis-processing
Description-Content-Type: text/x-rst

====================
ECIS Data Processing
====================
.. image:: https://img.shields.io/pypi/v/ecis-processing
    :alt: PyPI
    :target: https://pypi.org/project/ecis-processing/
.. image:: https://img.shields.io/lgtm/alerts/github/tactlessfish/ecis-processing
    :alt: LGTM Alerts
    :target: https://lgtm.com/projects/g/tactlessfish/ecis-processing?mode=list

Usage
=====
.. code-block::

    usage: ecis-processing [-h] [-o OUTPUT] DIRECTORY

    Process diagnosis and medication data.

    positional arguments:
      DIRECTORY             path to input directory

    optional arguments:
      -h, --help            show this help message and exit
      -o OUTPUT, --output OUTPUT
                            output file name, defaults to 'processed.csv'

Disclaimer
==========
All test data EHRs are fictitious. No identification with actual persons (living or deceased)
is intended or should be inferred.

