smart-on-fhir / cumulus-library

https://docs.smarthealthit.org/cumulus/library/
Apache License 2.0
2 stars 0 forks source link

Remove core__study_period, additional templates #279

Closed dogversioning closed 3 months ago

dogversioning commented 3 months ago

This moves the logic related to core__study_period (which was covid specific) out of the core study.

This also makes a few additions to the generic templates, in support of the vocab study - adding a new generic table join, allowing generic views to specify distinct, and a new union type.

Addresses #198

Checklist

github-actions[bot] commented 3 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1994 1974 99% 90% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
cumulus_library/template_sql/base_templates.py 100% 🟢
TOTAL 100% 🟢

updated for commit: f7bd347 by action🐍