Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions etl/playground/znt_score_vitamined.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SELECT * FROM datascope.diag_sap_dic;




-- EVERYTHING BEFORE HERE HAPPENS ON CLINIC SERVER, BEFORE data_scope
-------------------------------------- BASE TABLES CREATE + INGESTIONS--------------------------------------


Expand Down Expand Up @@ -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
)
)