View source: R/availableDoseForms.R
| associatedDoseForms | R Documentation |
Get the dose forms associated with drug concepts in a codelist
associatedDoseForms(x, cdm)
x |
A codelist. |
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 dose forms available in a codelist
codelist <- newCodelist(list("codes1" = c(194152L, 1830279L, 40558872L),
"codes2" = c(44022939L)))
associatedDoseForms(x = codelist, cdm = cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.