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

Fix transfer for discharged patients #1820

Merged
merged 2 commits into from
Jan 13, 2024
Merged

Conversation

Ashesh3
Copy link
Member

@Ashesh3 Ashesh3 commented Jan 12, 2024

This Pull Request introduces crucial changes to the PatientNotesSerializer in the care/facility/api/serializers/patient.py file, aiming to improve the handling and transfer process for discharged patients.

Fixes coronasafe/care_fe#7025

@Ashesh3 Ashesh3 added the P1 High priority; urgent label Jan 12, 2024
Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a92b60a) 61.23% compared to head (ab1b415) 61.24%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1820   +/-   ##
=======================================
  Coverage   61.23%   61.24%           
=======================================
  Files         208      208           
  Lines       11524    11525    +1     
  Branches     1647     1647           
=======================================
+ Hits         7057     7058    +1     
  Misses       4199     4199           
  Partials      268      268           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vigneshhari vigneshhari merged commit e5ba880 into master Jan 13, 2024
11 checks passed
@vigneshhari vigneshhari deleted the fix-transfer-patient branch January 13, 2024 04:31
@Ashesh3 Ashesh3 changed the title Fix patient discharge_reason filter and add it to export Fix transfer for discharged patients Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High priority; urgent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Patient transfer is malfunctioning
5 participants