OHDSI / Atlas

ATLAS is an open source software tool for researchers to conduct scientific analyses on standardized observational data
http://atlas-demo.ohdsi.org/
Apache License 2.0
273 stars 137 forks source link

Unable to copy json/concept identifier list/included concept identifier list from existing concept set to new concept set - new release #860

Closed jhardin29 closed 6 years ago

jhardin29 commented 6 years ago

Expected behavior

open existing concept set; click export tab, click concept set expression JSON button (or concept identifier list or included concept identifier list); open new concept set, click export tab, click in json window and attempt to paste JSON by using ctrl V or by right mouse clicking

Actual behavior

above and the json will not paste into the window

Steps to reproduce behavior

open existing concept set; click export tab, click concept set expression JSON button; open new concept set, click export tab, click in json window and attempt to paste JSON by using ctrl V or by right mouse clicking

anthonysena commented 6 years ago

Hi @jhardin29 - I was taking a look into this issue and I think that the workflow your using for concept set import is incorrect. For concept sets:

After that, you should have a new concept set. I know that this workflow for importing concept sets is different from cohort definitions which is confusing and needs improvement.

Please let me know if I've misunderstood the issue or if you have any questions.

jhardin29 commented 6 years ago

Hi @anthonysena yes my mistake i didn't understand the workflow was different. I was using the identical approach as that for cohorts. It works fine using your outlined steps. Thanks!