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

#363 - Add "results" to GET query/{queryId} response #375

Merged

Conversation

michael-82
Copy link
Collaborator

  • Add the totalNumberOfPatients from the saved query object back to the response when reading a query
  • the demanded queryId from the issue is already present as "id" - so nothing to do here imho

- Add the totalNumberOfPatients from the saved query object back to the response when reading a query
- the demanded queryId from the issue is already present as "id" - so nothing to do here imho
@michael-82 michael-82 self-assigned this Sep 23, 2024
@michael-82 michael-82 linked an issue Sep 23, 2024 that may be closed by this pull request
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.88%. Comparing base (39251cd) to head (103575a).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #375      +/-   ##
=============================================
+ Coverage      78.86%   78.88%   +0.01%     
  Complexity       546      546              
=============================================
  Files            134      134              
  Lines           2385     2387       +2     
  Branches         143      143              
=============================================
+ Hits            1881     1883       +2     
  Misses           447      447              
  Partials          57       57              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michael-82 michael-82 merged commit 19476e2 into develop Sep 23, 2024
8 checks passed
@michael-82 michael-82 deleted the feature/363-add-results-to-get-queryqueryid-response branch September 23, 2024 09:55
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

Successfully merging this pull request may close these issues.

Add "results" to GET query/{queryId} response
2 participants