ARCH-commons / arch-ontology

ARCH i2b2 PCORnet Ontology
Other
14 stars 13 forks source link

pcornet_enc: IN instead of LIKE for c_fullname = '\PCORI\ENCOUNTER\VERSION\' #80

Closed ConnieZ closed 6 years ago

ConnieZ commented 6 years ago

Bug was fixed in official SCILHS PCORI ontology repo on GitHub per this commit: https://github.com/SCILHS/scilhs-ontology/commit/861fb094c843f45081db686ab6578b7734e0e326, with comment "c_operator issue in pcornet_enc table fixed by changing 'IN' to 'LIKE…' in metadata"

However, the latest version of ontology now has it as 'IN' again. This bug is still present in internally, and we were going to have this fixed with this version, but now it would be different from the source.

Is this intentional? Should we just keep it as is?

jklann commented 6 years ago

This issue is only applicable to queryable terms, and Version is not queryable. Either IN or LIKE are acceptable. Closing this.