View source: R/availableDoseForms.R
| availableDoseForms | R Documentation |
Get the dose forms for drug concepts
availableDoseForms(cdm)
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). |
The dose forms available for drug concepts.
library(CodelistGenerator)
library(omock)
# Create CDM object
cdm <- mockCdmReference()
# Get all domains available in the CDM
availableDoseForms(cdm = cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.