Skip to content

Commit

Permalink
Merge pull request #112 from OHDSI/summariseUnmappedCodes
Browse files Browse the repository at this point in the history
unmapped codes
  • Loading branch information
edward-burn authored Nov 14, 2024
2 parents 9c969c1 + 4c8da0d commit 3e7ef8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/codelistDiagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ codelistDiagnostics <- function(cohort){
cli::cli_bullets(c("*" = "Getting code counts in database based on achilles"))
results[[paste0("achilles_code_use")]] <- CodelistGenerator::summariseAchillesCodeUse(x = all_codelists, cdm = cdm)

cli::cli_bullets(c("*" = "Getting unmapped concepts"))
results[[paste0("unmapped_codes", i)]] <- CodelistGenerator::summariseUnmappedCodes(
x = all_codelists,
cdm = cdm
)

cli::cli_bullets(c("*" = "Getting orphan concepts"))
results[[paste0("orphan_codes", i)]] <- CodelistGenerator::summariseOrphanCodes(
x = all_codelists,
Expand Down

0 comments on commit 3e7ef8b

Please sign in to comment.