Skip to content

Commit 9333772

Browse files
committed
Extract dilution operator and value from microbiologyevent
1 parent eec86d3 commit 9333772

File tree

1 file changed

+2
-2
lines changed
  • etl/StandardizedClinicalDataTables/MEASUREMENT

1 file changed

+2
-2
lines changed

Diff for: etl/StandardizedClinicalDataTables/MEASUREMENT/etl.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ WITH
406406
, charttime as measurement_datetime
407407
, subject_id
408408
, hadm_id
409-
, extract_operator(dilution_comparison) as operator_name
410-
, extract_value_period_decimal(dilution_comparison) as value_as_number
409+
, extract_operator(dilution_text) as operator_name
410+
, extract_value_period_decimal(dilution_text) as value_as_number
411411
, ab_name as measurement_source_value
412412
, interpretation
413413
, dilution_text as value_source_value

0 commit comments

Comments
 (0)