Skip to contents

Get the names of all available drug ingredients

Usage

availableIngredients(cdm)

Arguments

cdm

A cdm reference via CDMConnector.

Value

A vector containing the concept names for all ingredient level codes found in the concept table of cdm.

Examples

# \donttest{
cdm <- mockVocabRef()
#> Warning: There are observation period end dates after the current date: 2025-04-11
#>  The latest max observation period end date found is 2025-12-31
availableIngredients(cdm)
#> [1] "Adalimumab"       "Other ingredient"
# }