getDrugStrength {DrugExposureDiagnostics} | R Documentation |
Drug strength records for ingredients of interest
Description
Drug strength records for ingredients of interest
Usage
getDrugStrength(
cdm,
ingredient,
includedConceptsTable = "ingredient_concepts",
drugStrengthTable = "drug_strength",
tablePrefix = NULL,
verbose = FALSE
)
Arguments
cdm |
CDMConnector reference object |
ingredient |
ingredient concept ID for ingredient of interest |
includedConceptsTable |
table name for the concept ids, names and units |
drugStrengthTable |
table name for drug strength, default "drug_strength" |
tablePrefix |
The stem for the permanent tables that will be created when running the diagnostics. Permanent tables will be created using this prefix, and any existing tables that start with this will be at risk of being dropped or overwritten. If NULL, temporary tables will be used throughout. |
verbose |
verbose |
Value
a table containing drug strength records
[Package DrugExposureDiagnostics version 1.0.7 Index]