availableRouteCategories: Get available drug routes
Description
Get the dose form categories available in the database (see
https://doi.org/10.1002/pds.5809) for more details on how routes
were classified).
Usage
availableRouteCategories(cdm)
Value
A character vector with all available routes.
Arguments
cdm
A cdm reference to an OMOP CDM dataset. If data is held within a
database, the vocabulary tables should be in the same schema as the clinical
tables (person, observation period, and so on).
# \donttest{library(CodelistGenerator)
library(omock)
# Create CDM objectcdm <- mockCdmReference()
# Get all domains available in the CDMavailableRouteCategories(cdm = cdm)
# }