From bb0c1709ad1cefc22c8756b92afb30882d3a292f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81=2E=20Armengol=20de=20la=20Hoz?= Date: Tue, 24 Jan 2023 18:41:08 +0100 Subject: [PATCH] Update znt_score_vitamined.sql PLEASE @xborrat confirm --- etl/playground/znt_score_vitamined.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etl/playground/znt_score_vitamined.sql b/etl/playground/znt_score_vitamined.sql index cfeb3c3..3f11c0d 100644 --- a/etl/playground/znt_score_vitamined.sql +++ b/etl/playground/znt_score_vitamined.sql @@ -52,7 +52,7 @@ SELECT * FROM datascope.diag_sap_dic; - +-- EVERYTHING BEFORE HERE HAPPENS ON CLINIC SERVER, BEFORE data_scope -------------------------------------- BASE TABLES CREATE + INGESTIONS-------------------------------------- @@ -387,4 +387,4 @@ FROM data_scope.diag_events JOIN data_scope.diag_dic using(diag_ref) where cie = 'CIE-10' order by patient_ref,reg_date -) \ No newline at end of file +)