OHDSI / WebAPI

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications
Apache License 2.0
126 stars 156 forks source link

Finalizing externalizing Vocabulary Search Apache Solr implementation #2308

Closed alex-odysseus closed 9 months ago

alex-odysseus commented 9 months ago

Referring common Vocabulary Search classes from Standardized Analysis API (org.ohdsi:standardized-analysis-specs:1.5.0) Adding webapi-solr profile and referencing a new webapi-solr repository (org.ohdsi:webapi-solr:1.0.0) Finalizing externalizing the Vocabulary Search Apache Solr implementation

===================================== Additionally fixing a failing unit test CohortResultsServiceTest.prepareGetTimeToEventDrilldown

Blocked by https://github.com/OHDSI/StandardizedAnalysisAPI/pull/56 and https://github.com/OHDSI/webapi-solr/pull/1

Related to https://github.com/OHDSI/WebAPI/pull/2196 and https://github.com/OHDSI/WebAPI/issues/2250

chrisknoll commented 9 months ago

The test failure is pre-existing, and is related to a change in the underlying sql, I can post a commit to this branch to fix.