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
258 stars 126 forks source link

Add conceptset preview #2821

Closed anton-abushkevich closed 1 year ago

anton-abushkevich commented 1 year ago

Resolves #2791

The preview window allows to assign individual option flags for any concept in the set. Therefore, former addConcept logic on the caller side (with one flag for all) is not acceptable now. This logic is moved to concept-add-box component, since it has everything to handle the task.

For one unique case where concepts need to be imported (identifiers.html): parameter noPreview was added.