
Get drug routes associated with a codelist
associatedRouteCategories.RdGet the dose form categories available in the database (see https://doi.org/10.1002/pds.5809) for more details on how routes were classified).
Examples
# \donttest{
library(CodelistGenerator)
library(omock)
# Create CDM object
cdm <- mockCdmReference()
# Get all dose forms available in a codelist
codelist <- newCodelist(list("codes1" = c(194152L, 1830279L, 40558872L),
"codes2" = c(44022939L)))
# }