OHDSI / Usagi

Usagi is an application to help create mappings between coding systems and the Vocabulary standard concepts.
http://ohdsi.github.io/Usagi/
92 stars 29 forks source link

Select Multiple Concepts at Once and Change to Unmapped and Close Current Mapping Without Closing Program #133

Closed anonymous34 closed 3 years ago

anonymous34 commented 3 years ago

Currently, need to do this 1 by 1 and it is inefficient timewise. This is need for concepts that have low match scores.

image

So would like to be able to select multiple concepts and remove the mapping when low matches scores. So if I selected these the remove concept button should not be greyed out and only show one concept selection

image

When you have a mapping open, if you want to close it you cannot without exiting the whole program. Would like a close open here:

image

MaximMoinat commented 3 years ago

For your first question, this is now supported. use Edit-->Clear selected image

MaximMoinat commented 3 years ago

For your question on closing an opened mapping; what problem does this solve? The workflow implemented is that if you are done with the current mapping, you either open/import a new mapping with File-->Open/Import or close Usagi.

anonymous34 commented 3 years ago

Thank you!