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
To retrieve the FHIR bundle to be displayed in the view-data page of the eCR-Viewer we make an API call. However if we separated the code around handling the API request and response from the code that queries our databases there is no reason why the app could not directly call our data retrieval call directly.
Why it needs to be done
This would remove the latency of making an API call, and simplify some of the code.
Acceptance Criteria
the view-data page can retrieve the FHIR bundle without making an API query.
Technical Notes
The text was updated successfully, but these errors were encountered:
What needs to be done
To retrieve the FHIR bundle to be displayed in the
view-data
page of the eCR-Viewer we make an API call. However if we separated the code around handling the API request and response from the code that queries our databases there is no reason why the app could not directly call our data retrieval call directly.Why it needs to be done
This would remove the latency of making an API call, and simplify some of the code.
Acceptance Criteria
view-data
page can retrieve the FHIR bundle without making an API query.Technical Notes
The text was updated successfully, but these errors were encountered: