Skip to content

Commit

Permalink
Merge branch 'dev' into 102_standardize_compute_fntrs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Aug 3, 2024
2 parents 176eafb + 8aef5d5 commit 8d3698a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions MIMIC-IV_Example/configs/event_configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ icu/inputevents:
description: ["omop_concept_name", "label"] # List of strings are columns to be collated
itemid: "itemid (omop_source_code)"
parent_codes: "{omop_vocabulary_id}/{omop_concept_code}"
rateuom: null # A null column means this column is needed in pulling from the metadata.
input_end:
code:
- INFUSION_END
Expand All @@ -296,8 +295,6 @@ icu/inputevents:
description: ["omop_concept_name", "label"] # List of strings are columns to be collated
itemid: "itemid (omop_source_code)"
parent_codes: "{omop_vocabulary_id}/{omop_concept_code}"
statusdescription: null
amountuom: null
patient_weight:
code:
- PATIENT_WEIGHT_AT_INFUSION
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
extract_code_metadata:
is_metadata: true
description_seperator: "\n"
description_separator: "\n"

0 comments on commit 8d3698a

Please sign in to comment.