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

clear current_bed on discharge #971

Merged
merged 1 commit into from
Aug 9, 2022
Merged

Conversation

iamsdas
Copy link
Contributor

@iamsdas iamsdas commented Aug 9, 2022

fixes: #965

Clear current_bed attribute of patient consultation when discharged.

@iamsdas iamsdas requested a review from a team as a code owner August 9, 2022 13:36
@sonarcloud
Copy link

sonarcloud bot commented Aug 9, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Merging #971 (d56b6b0) into master (6539551) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #971      +/-   ##
==========================================
- Coverage   52.56%   52.56%   -0.01%     
==========================================
  Files         182      182              
  Lines        8990     8991       +1     
==========================================
  Hits         4726     4726              
- Misses       4264     4265       +1     
Impacted Files Coverage Δ
care/facility/api/viewsets/patient.py 48.07% <0.00%> (-0.17%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@vigneshhari
Copy link
Member

shouldn't we set the end date for the consultation bed as well ?

@iamsdas
Copy link
Contributor Author

iamsdas commented Aug 9, 2022

@vigneshhari It is already being updated over here. (We are filtering and updating it if exists)

@vigneshhari vigneshhari merged commit 144302e into coronasafe:master Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clear current_bed on Discharge
3 participants