View source: R/helperFunctions.R
availableICD10 | R Documentation |
Get all ICD codes from the cdm
availableICD10(cdm, level = c("ICD10 Chapter", "ICD10 SubChapter"))
cdm |
cdm_reference via CDMConnector |
level |
Can be either "ICD10 Chapter" or "ICD10 SubChapter" |
A vector list of all ICD10 codes for the chosen level(s) found in the concept table of cdm.
cdm <- mockVocabRef()
availableICD10(cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.