Learn R Programming

CodelistGenerator (version 3.4.0)

availableICD10: Get all ICD codes from the cdm

Description

Get all ICD codes from the cdm

Usage

availableICD10(cdm, level = c("ICD10 Chapter", "ICD10 SubChapter"))

Value

A vector list of all ICD10 codes for the chosen level(s) found in the concept table of cdm.

Arguments

cdm

cdm_reference via CDMConnector

level

Can be either "ICD10 Chapter" or "ICD10 SubChapter"

Examples

Run this code
# \donttest{
cdm <- mockVocabRef()
availableICD10(cdm)
# }

Run the code above in your browser using DataLab