OHDSI / Strategus

[Under development] An R packages for coordinating and executing analytics using HADES modules
https://ohdsi.github.io/Strategus/
7 stars 11 forks source link

Expose full CDM Database Metadata via execution settings #157

Closed anthonysena closed 1 month ago

anthonysena commented 1 month ago

Adds a new function getCdmDatabaseMetaData that will allow a user to review the metadata about their CDM outside of executing an analysis via Strategus. Additionally, the full set of CDM database metadata is now included in the executionSettings passed to each module can obtain these CDM attributes where necessary per #154, #20.

Additionally, this PR changes the way the database_id hash is generated to also include the cdm_holder attribute per #48.