Skip to content

Commit

Permalink
Fix clinical event availability grouping (broken for multi study wher…
Browse files Browse the repository at this point in the history
…e stable sampleids are repeated)
  • Loading branch information
alisman committed Oct 22, 2024
1 parent a5e1aed commit f42c02a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
</if>
</if>
</where>
Group by clinical_event.EVENT_TYPE, patient.STABLE_ID
Group by clinical_event.EVENT_TYPE, patient.internal_id
</select>

</mapper>

0 comments on commit f42c02a

Please sign in to comment.