checkDrugDose {DrugExposureDiagnostics}R Documentation

Get a summary of the daily drug dose

Description

Get a summary of the daily drug dose

Usage

checkDrugDose(
  cdm,
  drugRecordsTable = "ingredient_drug_records",
  drugStrengthTable = "drug_strength",
  byConcept = TRUE,
  sampleSize = sampleSize
)

Arguments

cdm

CDMConnector reference object

drugRecordsTable

modified drug exposure table

drugStrengthTable

drug strength table

byConcept

whether to get result by drug concept

sampleSize

the sample size given in execute checks

Value

a table with the stats about the daily dose


[Package DrugExposureDiagnostics version 1.0.4 Index]