Medical-Event-Data-Standard / meds_etl

A collection of ETLs from common data formats to Medical Event Data Standard
Apache License 2.0
16 stars 3 forks source link

Move logic out of __init__.py #7

Open tompollard opened 6 months ago

tompollard commented 6 months ago

As discussed in https://github.com/Medical-Event-Data-Standard/meds/issues/3, __init__.py is usually just a place for putting imports and other bits and pieces to help with packaging.

https://github.com/Medical-Event-Data-Standard/meds_etl/blob/main/src/meds_etl/mimic/__init__.py currently contains most of the logic for transforming MIMIC to MEDS. We should move the code out of __init__.py and into a module.