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

Add investigation field in patient consultation #990

Merged
merged 1 commit into from
Aug 27, 2022

Conversation

skks1212
Copy link
Member

@skks1212 skks1212 commented Aug 27, 2022

Added a new investigation JSON field to patient consultation model as requested in coronasafe/care_fe#3435

@skks1212 skks1212 requested a review from a team as a code owner August 27, 2022 11:17
@sonarcloud
Copy link

sonarcloud bot commented Aug 27, 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 #990 (0882171) into master (6bd66bf) will decrease coverage by 1.24%.
The diff coverage is 53.84%.

@@            Coverage Diff             @@
##           master     #990      +/-   ##
==========================================
- Coverage   54.02%   52.78%   -1.25%     
==========================================
  Files         182      183       +1     
  Lines        8990     8882     -108     
==========================================
- Hits         4857     4688     -169     
- Misses       4133     4194      +61     
Impacted Files Coverage Δ
care/facility/api/viewsets/patient.py 47.90% <0.00%> (-0.34%) ⬇️
...re/facility/management/commands/scrape_icd_data.py 0.00% <0.00%> (ø)
care/facility/models/file_upload.py 68.88% <0.00%> (ø)
care/facility/models/json_schema/asset.py 100.00% <ø> (ø)
care/facility/models/patient.py 88.09% <ø> (-6.75%) ⬇️
care/facility/static_data/icd11.py 0.00% <0.00%> (ø)
care/users/api/viewsets/users.py 42.94% <0.00%> (-12.90%) ⬇️
care/utils/assetintegration/onvif.py 38.23% <ø> (+1.09%) ⬆️
care/facility/api/viewsets/file_upload.py 48.57% <15.38%> (-2.95%) ⬇️
care/facility/api/viewsets/icd.py 36.84% <36.84%> (ø)
... and 24 more

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

Is this in contrast to the investigations module we already have?

@skks1212
Copy link
Member Author

skks1212 commented Aug 27, 2022

Is this in contrast to the investigations module we already have?

@vigneshhari Nope this is different, it will be used to provide nurses information on what investigations should be taken, how and when.
image

@vigneshhari vigneshhari merged commit 01314f6 into master Aug 27, 2022
@sainak sainak deleted the investigation-consultation branch September 6, 2022 11:12
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.

None yet

3 participants