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
62 stars 19 forks source link

JSON output terms has "categorey" instead of "category" ? #22

Closed cmonnom closed 2 years ago

cmonnom commented 4 years ago

[...]"terms": [ { "categorey": "Condition", "end_index": 43, "neg": false, "start_index": 29, "termId": 0, "text": "liver function" },[...]

When downloading a JSON output of the list of criteria, I think there is a typo for the field "categorey". It should probably be "category"

How to reproduce: Enter a NCT ID. Click Analyse Criteria. Click Download Criteria JSON File