-
Notifications
You must be signed in to change notification settings - Fork 1
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
Patient Chart should update when creating clinical exam. #28
Comments
This might actually be an issue with any interactions with the database. Working on the edit exam issue the new exam info isn't updating on the form even though it's there when I refresh. |
Good catch. This was one I had some problems with. One idea I had was to implement it as a real time event Maybe the implementation is not correct? |
I think there are 3 ways to handle it.
|
@jeremiahfallin |
@mentalcaries It fixes it on the modal but not on the edit page I'm using for my tissue. |
I believe PR #29 will close this as well with the subscription. |
Currently the patient dashboard needs to be refreshed after creating a clinical exam in order to see that clinical exam.
Acceptance Critera:
The text was updated successfully, but these errors were encountered: