availableDoseForms: Get the dose forms for drug concepts
Description
Get the dose forms for drug concepts
Usage
availableDoseForms(cdm)
Value
The dose forms available for drug concepts.
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 CDMavailableDoseForms(cdm = cdm)
# }