Skip to content

Commit

Permalink
nicer formatting of "None-present" to "None"
Browse files Browse the repository at this point in the history
  • Loading branch information
comorbidity committed Apr 9, 2024
1 parent f7fdd05 commit a954496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Cohort as (
)
select distinct
subject_ref, encounter_ref, dx_suicidality, dx_subtype, dx_code,
NULLIF(label, 'None-present') as label
NULLIF(label, 'None') as label
from Cohort
order by subject_ref, encounter_ref, label, dx_subtype, dx_code
;

0 comments on commit a954496

Please sign in to comment.