Skip to content

Commit

Permalink
Fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelburger committed Mar 26, 2024
1 parent f54afad commit ad6b07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/extdata/config/concept-dict/chemistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@
"ids": 481,
"table": "laboratory",
"sub_var": "laboratoryid",
"callback": "transform_fun(binary_op(`/`, 1000))",
"callback": "transform_fun(binary_op(`/`, 1000), 'ng/mL', 'ng/L')",
"class": "sic_itm"
}
],
Expand Down
2 changes: 1 addition & 1 deletion inst/extdata/config/concept-dict/hematology.json
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@
"ids": 290,
"table": "laboratory",
"sub_var": "laboratoryid",
"callback": "convert_unit(binary_op(`*`, 1.6114), '%', 'g/dl')",
"callback": "convert_unit(identity_callback, '%', 'g/dl')",
"class": "sic_itm"
}
],
Expand Down

0 comments on commit ad6b07e

Please sign in to comment.