Skip to contents

getDoseForm

Usage

getDoseForm(cdm)

Arguments

cdm

cdm_reference via CDMConnector

Value

The dose forms available for drug concepts

Examples

# \donttest{
cdm <- mockVocabRef()
#> Warning: There are observation period end dates after the current date: 2025-02-19
#>  The latest max observation period end date found is 2025-12-31
getDoseForm(cdm = cdm)
#> [1] "Injectable" "Injection" 
# }