
Get the dose forms for drug concepts
availableDoseForms.RdGet the dose forms for drug concepts
Examples
# \donttest{
library(CodelistGenerator)
library(omock)
# Create CDM object
cdm <- mockCdmReference()
# Get all domains available in the CDM
availableDoseForms(cdm = cdm)
#> [1] "Nasal Powder" "Topical Liquefied Gas"
# }