Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value as concept attribute not providing a list of concepts for measurement entry event #2920

Open
JesShirley opened this issue Mar 26, 2024 · 2 comments

Comments

@JesShirley
Copy link

Expected behavior

When creating a cohort definition using a measurement entry event, it is expected that adding the "Value as Concept" attribute would provide a list of concepts to select.

Actual behavior

When I select "Add" for the "Value as Concept" attribute, the select concept window opens with a message that states "Please wait while the Vocabulary Provider initializes..." and a list of concepts is never provided.

Screenshot 2024-03-26 at 3 49 57 PM

In the Chrome error log, I can see that the service called ConceptPicker is being used:
image

A similar issue was seen here: #2758

@JesShirley JesShirley changed the title Value as concept attribute not working for measurement concept set Value as concept attribute not providing a list of concepts for measurement entry event Mar 26, 2024
@chrisknoll
Copy link
Collaborator

So this uses a mini concept browser to select the list of concepts int he domain to choose. If you see, it is trying to call a server side call, but it's returning a 500 error. I can't tell from your screenshot what the URL was, but, 500 errors should have a log error in your WebAPI logs, you can check to see what it is.

@JesShirley
Copy link
Author

Thank you, @chrisknoll. I'll check the WebAPI logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants