You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
HapiFhirDal in Cr-common had a bug where pagination of searched resources resulted in null value if default queryCount was exceeded. Overriding from TypedBundleProvider.getallresources fixed the issue
To Reproduce
Steps to reproduce the behavior:
Post measure resource bundle with over 50 Patient resources
Execute get http://localhost:8000/Measure/ImmunizationStatus/$evaluate-measure?periodStart=2019-01-01&periodEnd=2019-12-31&reportType=population
result of HapiFhirDal search will give null pointer error
This was stack traced to this error `"resourceType": "OperationOutcome", "issue": [ { "severity": "error", "code": "processing", "diagnostics": "HAPI-0389: Failed to call access method: ca.uhn.fhir.context.ConfigurationException: HAPI-0464: Attempt to request all resources from an asynchronous search result. The SearchParameterMap for this search probably should have been synchronous.", which happens when requesting getAllResources
Expected behavior
Expected behavior is a resulting MeasureReport resource
Describe the bug
HapiFhirDal in Cr-common had a bug where pagination of searched resources resulted in null value if default queryCount was exceeded. Overriding from TypedBundleProvider.getallresources fixed the issue
To Reproduce
Steps to reproduce the behavior:
http://localhost:8000/Measure/ImmunizationStatus/$evaluate-measure?periodStart=2019-01-01&periodEnd=2019-12-31&reportType=population
Expected behavior
Expected behavior is a resulting MeasureReport resource
This is linked to two reported Smile-CDR bugs:
https://gitlab.com/simpatico.ai/cdr/-/issues/3466
https://gitlab.com/simpatico.ai/cdr/-/issues/4102
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: