File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ COHORT_QUERY <- str_glue('SELECT person_id FROM `{CDR}.person`') # Default to a
31
31
MEASUREMENT_OF_INTEREST <- ' hemoglobin'
32
32
# Tip: the next four parameters could be set programmatically using one row from
33
33
# the result of measurements_of_interest_summary.sql
34
- MEASUREMENT_CONCEPT_ID <- 3000963 # Hemoglobin
35
- UNIT_CONCEPT_ID <- 8636 # gram per liter
34
+ MEASUREMENT_CONCEPT_ID <- 3004410 # Hemoglobin A1c
35
+ UNIT_CONCEPT_ID <- 8554 # percent
36
36
MEASUREMENT_NAME <- ' <this should be the measurement name>'
37
37
UNIT_NAME <- ' <this should be the unit name>'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def get_boxplot_fun_data(df):
28
28
MEASUREMENT_OF_INTEREST = 'hemoglobin'
29
29
# Tip: the next four parameters could be set programmatically using one row from
30
30
# the result of measurements_of_interest_summary.sql
31
- MEASUREMENT_CONCEPT_ID = 3000963 # Hemoglobin
32
- UNIT_CONCEPT_ID = 8636 # gram per liter
31
+ MEASUREMENT_CONCEPT_ID = 3004410 # Hemoglobin A1c
32
+ UNIT_CONCEPT_ID = 8554 # percent
33
33
MEASUREMENT_NAME = '<this should be the measurement name>'
34
34
UNIT_NAME = '<this should be the unit name>'
You can’t perform that action at this time.
0 commit comments