getDrugMissings {DrugExposureDiagnostics}R Documentation

Check missings in drug exposure records

Description

Check missings in drug exposure records

Usage

getDrugMissings(
  cdm,
  drugRecordsTable = "ingredient_drug_records",
  byConcept = TRUE,
  sampleSize = 10000
)

Arguments

cdm

CDMConnector reference object

drugRecordsTable

modified drug exposure table

byConcept

by individual drug Concept

sampleSize

the sample size given in execute checks

Value

a table with a summary of missing records


[Package DrugExposureDiagnostics version 1.0.4 Index]