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

Access database directly #3077

Open
JNygaard-Skylight opened this issue Dec 18, 2024 · 0 comments
Open

Access database directly #3077

JNygaard-Skylight opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
Streamline eCR Issues for Streamline eCR team to work on tech debt Technical debt related work

Comments

@JNygaard-Skylight
Copy link
Collaborator

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

  • the view-data page can retrieve the FHIR bundle without making an API query.

Technical Notes

@JNygaard-Skylight JNygaard-Skylight added Streamline eCR Issues for Streamline eCR team to work on tech debt Technical debt related work labels Dec 18, 2024
@JNygaard-Skylight JNygaard-Skylight self-assigned this Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Streamline eCR Issues for Streamline eCR team to work on tech debt Technical debt related work
Projects
None yet
Development

No branches or pull requests

1 participant