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,