DrugExposureDiagnostics
Diagnostics for OMOP Common Data Model Drug Records
Ingredient specific diagnostics for drug exposure records in the Observational Medical Outcomes Partnership (OMOP) common data model.
README
# Drug Exposure Diagnostics App A shiny application to view the results of the [DrugExposureDiagnostics](https://github.com/darwin-eu/DrugExposureDiagnostics) ### Requirements * a directory containing the diagnostics result from the DrugExposureDiagnostics package * make sure the DATA_DIRECTORY variable in global.R points to your data directory. The results from each database should be in a zip file in this directory. Th mock data is from diagnostics about "acetaminophen". * an environment with R, Rstudio and packages installed. ### Run The app can be run by opening either server.R, ui.R or global.R and clicking on "Run App" in the top right corner.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
1.1.6 |
2026-04-09 windows/windows R-4.5 | DrugExposureDiagnostics_1.1.6.zip |
1.9 MiB |
Dependencies (latest)
Imports
- CDMConnector (>= 1.4.0)
- dplyr (>= 1.0.0)
- magrittr (>= 2.0.0)
- rlang (>= 1.0.0)
- tidyr (>= 1.2.0)
- tidyselect (>= 1.2.0)
- checkmate (>= 2.0.0)
- glue (>= 1.5.0)
- DrugUtilisation (>= 0.7.0)
- omopgenerics (>= 0.2.3)
- R6