-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add patient to sessions when importing vaccinations
This fixes a regression that was added in a01aa7f which meant that when importing vaccination records for the current academic year (where a session must exist) we weren't adding the patients to that session if they weren't already in the session. Although the data model allows patients to be vaccinated and doesn't require them to be in the session at that point in time, in this case it's important that the patients are visible in the session so their status is represented accurately.
- Loading branch information
1 parent
6d965f4
commit 93378bd
Showing
3 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters