OHDSI / ROhdsiWebApi

An R package for interfacing with a WebAPI instance
https://ohdsi.github.io/ROhdsiWebApi
10 stars 17 forks source link

Function to delete/purge atlas artifacts #38

Closed gowthamrao closed 4 years ago

gowthamrao commented 4 years ago

Given a list of atlas ids - we would like a function to delete/purge them. e.g. delete a list of cohort definition ids, incidence rate ids.

Justification: we routinely move/sync atlas definitions from one atlas instance to another on OHDSI network. Version control is a manual process. Many times we just want to purge old artifacts and replace them with new. Deleting/purging is a manual process e.g. imagine removing 20 cohort definitions one at a time.

Purging all atlas-ids for a project and replacing them would be a nice functionality.