-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DIXON-3 => R21 project: get back heel into WebAPI/Atlas. (#209)
* Fixes OHDSI/Atlas#410
- Loading branch information
1 parent
70b536b
commit b3e8639
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/resources/resources/cohortresults/sql/heraclesHeel/sqlHeraclesHeel.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
select analysis_id as ATTRIBUTE_NAME, HERACLES_HEEL_warning as ATTRIBUTE_VALUE | ||
from HERACLES_HEEL_results | ||
from @ohdsi_database_schema.HERACLES_HEEL_results | ||
where cohort_definition_id in (@cohortDefinitionId) | ||
order by case when left(HERACLES_HEEL_warning,5) = 'Error' then 1 else 2 end, analysis_id |