drug_exposure like tableAdd daily dose to drug_exposure like table
addDailyDose(x, ingredientConceptId, name = NULL)A cdm_table with two new columns 'daily_dose' and 'unit'.
A cdm_table class table with at least drug_concept_id,
drug_exposure_start_date, drug_exposure_end_date and quantity as
columns.
Ingredient OMOP concept that we are interested for the study.
Name of the new generated table, if NULL a temporary table will
be generated.