We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec86d3 commit 9333772Copy full SHA for 9333772
etl/StandardizedClinicalDataTables/MEASUREMENT/etl.sql
@@ -406,8 +406,8 @@ WITH
406
, charttime as measurement_datetime
407
, subject_id
408
, hadm_id
409
- , extract_operator(dilution_comparison) as operator_name
410
- , extract_value_period_decimal(dilution_comparison) as value_as_number
+ , extract_operator(dilution_text) as operator_name
+ , extract_value_period_decimal(dilution_text) as value_as_number
411
, ab_name as measurement_source_value
412
, interpretation
413
, dilution_text as value_source_value
0 commit comments