Skip to content

Commit

Permalink
fix acute_cup and gp_ooh_cup paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lizihao-anu committed Jul 8, 2024
1 parent c54aa04 commit 400841e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/get_boxi_extract_path.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ get_boxi_extract_path <- function(
"gp_ooh-c",
"gp_ooh-d",
"gp_ooh-o",
"gp_ooh_cup",
"homelessness",
"maternity",
"mh",
Expand All @@ -45,13 +46,13 @@ get_boxi_extract_path <- function(
"ae" ~ "anon-A&E-episode-level-extract",
"ae_cup" ~ "anon-A&E-UCD-CUP-extract",
"acute" ~ "anon-Acute-episode-level-extract",
"acute_cup" ~ "Actue-cup-extract",
"acute_cup" ~ "anon-Actue-cup-extract",
"cmh" ~ "anon-Community-MH-contact-level-extract",
"dn" ~ "anon-District-Nursing-contact-level-extract",
"gp_ooh-c" ~ "anon-GP-OoH-consultations-extract",
"gp_ooh-d" ~ "anon-GP-OoH-diagnosis-extract",
"gp_ooh-o" ~ "anon-GP-OoH-outcomes-extract",
"gp_ooh_cup" ~ "GP-OoH-cup-extract",
"gp_ooh_cup" ~ "anon-GP-OoH-cup-extract",
"homelessness" ~ "anon-Homelessness-extract",
"maternity" ~ "anon-Maternity-episode-level-extract",
"mh" ~ "anon-Mental-Health-episode-level-extract",
Expand Down

0 comments on commit 400841e

Please sign in to comment.