summariseQuantity {DrugExposureDiagnostics}R Documentation

Summarise the quantity column of the drug_exposure table

Description

Summarise the quantity column of the drug_exposure table

Usage

summariseQuantity(
  cdm,
  drugRecordsTable = "ingredient_drug_records",
  byConcept = TRUE,
  sampleSize = sampleSize
)

Arguments

cdm

CDMConnector reference object

drugRecordsTable

modified drug exposure table

byConcept

whether to get result by drug concept

sampleSize

the sample size given in execute checks

Value

a table with the summarized quantity result


[Package DrugExposureDiagnostics version 1.0.4 Index]