From 0eb5da8cee8ee93b49714861d3b6162869f0c133 Mon Sep 17 00:00:00 2001 From: egillax Date: Fri, 1 Nov 2024 11:20:15 +0100 Subject: [PATCH] fix broken cohort links to point to new urls for the atlas demo --- vignettes/BuildingPredictiveModels.Rmd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vignettes/BuildingPredictiveModels.Rmd b/vignettes/BuildingPredictiveModels.Rmd index c744a99c..b82e1e45 100644 --- a/vignettes/BuildingPredictiveModels.Rmd +++ b/vignettes/BuildingPredictiveModels.Rmd @@ -196,6 +196,9 @@ ATLAS allows you to define cohorts interactively by specifying cohort entry and The T and O cohorts can be found here: +- Atrial Fibrillaton (T): +- Stroke (O) : + In depth explanation of cohort creation in ATLAS is out of scope of this vignette but can be found on the OHDSI wiki pages [(link)](http://www.ohdsi.org/web/wiki/doku.php?id=documentation:software:atlas). Note that when a cohort is created in ATLAS the `cohortId` is needed to extract the data in R. The `cohortId` can be found at the top of the ATLAS screen, e.g. 1769447 in Figure 4. @@ -608,6 +611,9 @@ ATLAS allows you to define cohorts interactively by specifying cohort entry and The T and O cohorts can be found here: +- Ace inhibitors (T): +- Angioedema (O) : + In depth explanation of cohort creation in ATLAS is out of scope of this vignette but can be found on the OHDSI wiki pages [(link)](http://www.ohdsi.org/web/wiki/doku.php?id=documentation:software:atlas). Note that when a cohort is created in ATLAS the cohortid is needed to extract the data in R. The cohortid can be found at the top of the ATLAS screen, e.g. 1770617 in Figure 6.