From 08fc8c4b29cb64477d15d5460cc71650c0fb2271 Mon Sep 17 00:00:00 2001 From: erikvw Date: Wed, 31 Jul 2024 11:51:31 -0500 Subject: [PATCH] crag_date_confirmation --- effect_reports/crag_date_df.py | 1 + 1 file changed, 1 insertion(+) diff --git a/effect_reports/crag_date_df.py b/effect_reports/crag_date_df.py index fbb6193..c7a72a7 100644 --- a/effect_reports/crag_date_df.py +++ b/effect_reports/crag_date_df.py @@ -56,6 +56,7 @@ def to_model(self) -> CragDateConfirmation: site_id=row["site"], screening_identifier=row["screening_identifier"], serum_crag_date=row["serum_crag_date"], + serum_crag_value=row["serum_crag_value"], report_model=row["report_model"], report_date=row["report_date"], created=now,