dailyDoseCoverage {DrugUtilisation}R Documentation

Check coverage of daily dose computation in a sample of the cdm for selected concept sets and ingredient

Description

Check coverage of daily dose computation in a sample of the cdm for selected concept sets and ingredient

Usage

dailyDoseCoverage(cdm, ingredientConceptId)

Arguments

cdm

A cdm reference created using CDMConnector

ingredientConceptId

Code indicating the ingredient of interest

Value

The function returns information of the coverage of computeDailyDose.R for the selected ingredients and concept sets

Examples


library(DrugUtilisation)

cdm <- mockDrugUtilisation()

dailyDoseCoverage(cdm, 1125315)



[Package DrugUtilisation version 0.6.1 Index]