Closed anthonysena closed 1 year ago
This is accessible via ddl/achilles so that could be part of the instructions to set up the results schema. I am wondering if we should include this by default (ie ddl/results)
It could not be merged with ddl/results
. ddl/achilles
requires Achilles to be executed. Here is a order of the steps:
Actually. ddl/results does not depend on achilles. I would say the order is:
Updated the wiki with this information: https://github.com/OHDSI/WebAPI/wiki/CDM-Configuration#concept-count-tables.
We need to add to the wiki the step to build the Achilles result concept count. The script to run is here: https://github.com/OHDSI/WebAPI/blob/master/src/main/resources/ddl/achilles/achilles_result_concept_count.sql. If the
achilles_result_concept_count
table does not exist in the results schema this prevents users from obtaining record counts for a selected concept in the Atlas UI.