From 1f037658dfd766d9b37f00aa2b22c8c5f264d24a Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Wed, 4 Dec 2024 11:49:57 -0500 Subject: [PATCH] Fixes --- docs/core-study-details.md | 63 ++++++++++++++++++++------------------ tests/test_cli.py | 2 +- 2 files changed, 34 insertions(+), 31 deletions(-) diff --git a/docs/core-study-details.md b/docs/core-study-details.md index e6bb4c0..11e442d 100644 --- a/docs/core-study-details.md +++ b/docs/core-study-details.md @@ -355,36 +355,39 @@ vital signs) instead. ### core__diagnosticreport -| Column | Type |Description| -|---------------------------|-------|-----------| -|id |varchar| | -|status |varchar| | -|category_code |varchar| | -|category_system |varchar| | -|category_display |varchar| | -|code_code |varchar| | -|code_system |varchar| | -|code_display |varchar| | -|effectivedatetime_day |date | | -|effectivedatetime_week |date | | -|effectivedatetime_month |date | | -|effectivedatetime_year |date | | -|effectiveperiod_start_day |date | | -|effectiveperiod_start_week |date | | -|effectiveperiod_start_month|date | | -|effectiveperiod_start_year |date | | -|effectiveperiod_end_day |date | | -|effectiveperiod_end_week |date | | -|effectiveperiod_end_month |date | | -|effectiveperiod_end_year |date | | -|issued_day |date | | -|issued_week |date | | -|issued_month |date | | -|issued_year |date | | -|diagnosticreport_ref |varchar| | -|subject_ref |varchar| | -|encounter_ref |varchar| | -|result_ref |varchar| | +| Column | Type |Description| +|-----------------------------|-------|-----------| +| id |varchar| | +| status |varchar| | +| category_code |varchar| | +| category_system |varchar| | +| category_display |varchar| | +| code_code |varchar| | +| code_system |varchar| | +| code_display |varchar| | +| effectivedatetime_day |date | | +| effectivedatetime_week |date | | +| effectivedatetime_month |date | | +| effectivedatetime_year |date | | +| effectiveperiod_start_day |date | | +| effectiveperiod_start_week |date | | +| effectiveperiod_start_month |date | | +| effectiveperiod_start_year |date | | +| effectiveperiod_end_day |date | | +| effectiveperiod_end_week |date | | +| effectiveperiod_end_month |date | | +| effectiveperiod_end_year |date | | +| issued_day |date | | +| issued_week |date | | +| issued_month |date | | +| issued_year |date | | +| conclusionCode_code |varchar| | +| conclusionCode_system |varchar| | +| conclusionCode_display |varchar| | +| diagnosticreport_ref |varchar| | +| subject_ref |varchar| | +| encounter_ref |varchar| | +| result_ref |varchar| | ### core__diagnosticreport_dn_category diff --git a/tests/test_cli.py b/tests/test_cli.py index dd24491..6d50bc2 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -285,7 +285,7 @@ def test_clean(tmp_path, args, expected, raises): ( ["build", "-t", "core"], ["export", "-t", "core"], - 68, + 69, does_not_raise(), ), (