OHDSI / Criteria2Query

[In Development] An application to parse freetext inclusion criteria and produce a structured cohort definition that can be executed against OMOP CDM
Apache License 2.0
64 stars 19 forks source link

Testing ConceptSet Recommendation Feature - do not present identical versions of concepts #4

Closed jhardin29 closed 2 years ago

jhardin29 commented 6 years ago

Expected behavior

C2Q ConceptSet Recommendation presents non identical versions of concept sets to consider

Actual behavior

C2Q ConceptSet Recommendation presents multiple identical versions of concept sets to consider

Suggested fix

Present unique versions of concept sets to consider

chiyuan1126 commented 6 years ago

@jhardin29 I fixed it. Now I filtered concept by their names. I will further update by comparing the set of concepts in each set and only keep the unique one even though they may have different concept set names.