OHDSI / CohortDiagnostics

An R package for performing various cohort diagnostics.
https://ohdsi.github.io/CohortDiagnostics
41 stars 49 forks source link

Add some way to 'link' and/or describe the cohort that is being diagnosed #82

Closed pbr6cornell closed 4 years ago

pbr6cornell commented 4 years ago

Currently, we only have a cohort name, but there is no way to map back from the cohort name to the correesponding cohort being executed. If that cohort was generated in ATLAS, would be useful to link out, and/or have print friendly description.

gowthamrao commented 4 years ago

https://github.com/OHDSI/CohortDiagnostics/issues/90

gowthamrao commented 4 years ago

https://github.com/OHDSI/CohortDiagnostics/issues/80

gowthamrao commented 4 years ago

Implementation in Charydbis image

Implemented in Charydbis through https://github.com/ohdsi-studies/Covid19CharacterizationCharybdis/pull/60

Similarly in Cohort Diagnostics -

gowthamrao commented 4 years ago

Added interim solution. Using cohortId as presumed AtlasId. Base URL defaults to ohdsi Atlas, but maybe overwritten in shiny app

gowthamrao commented 4 years ago

https://github.com/OHDSI/CohortDiagnostics/issues/144

gowthamrao commented 4 years ago

Current implementation of link out

Future version

gowthamrao commented 4 years ago

A proposed version - that we may not implement