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

Allow Access to Live Updates of the User's Medication List in MedicationSettings. #11

Open
1 task done
kcallon opened this issue Mar 5, 2024 · 1 comment
Open
1 task done
Labels
enhancement New feature or request

Comments

@kcallon
Copy link
Contributor

kcallon commented Mar 5, 2024

Problem

Currently, the MedicationSettings does not allow you to access the medicationInstances in medicationSettingsViewModel until after you've saved them. This is a problem for when wanting to develop with the current medications list, such as using a chatbot to ask what the current medications are or adding new medicationInstances to the medicationSettingsViewModel via a chatbot.

Solution

The update should include some functionality that allows a developer to programmatically update the medicationInstance list so that the view model will display these updates, and it should also allow the user to retrieve the current medications in medicationInstances before the user presses submit.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@kcallon kcallon added the enhancement New feature or request label Mar 5, 2024
@PSchmiedmayer
Copy link
Member

Thank you for creating the issue @kcallon 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants