Skip to contents

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

getDoseUnit(cdm)

Arguments

cdm

A cdm reference via CDMConnector.

Value

A character vector with available routes.

Examples

# \donttest{
library(CodelistGenerator)

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

getDoseUnit(cdm)
#> [1] "milligram" "percent"  

# }