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

Reorders and Adds Policy to Patient Export #1249

Merged
merged 4 commits into from
Apr 13, 2023

Conversation

rithviknishad
Copy link
Member

@rithviknishad rithviknishad commented Apr 13, 2023

Proposed Changes

  • Rename "Date of consultation" to "Date of first consultation"
  • Date of registration column has both date and time. separate that into two columns "Date of registration" and "time of registration"
  • Same for Date of discharge
  • Same for Date of consultation
  • Add a column for insurance policy ID/Policy name
  • Reorder the export columns in the following order:
  • Patient ID
  • Patient Name
  • Facility Name
  • Gender
  • Age
  • Insurance policy name/ID
  • Date and time of registration
  • Status during the consultation
  • Date and time of first consultation
  • Diagnosis and Provisional Diagnosis
  • Decision after consultation
  • Category
  • Discharge reason
  • Date and time of discharge

Associated Issue

export_2023-04-13T16_03_13.035Z.csv

image

@coronasafe/code-reviewers

Merge Checklist

  • Tests added/fixed
  • Update docs in /docs
  • Linting Complete

@rithviknishad rithviknishad requested a review from a team as a code owner April 13, 2023 15:42
@rithviknishad rithviknishad added P1 High priority; urgent waiting-for-review labels Apr 13, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 13, 2023

Codecov Report

Patch coverage: 50.00% and project coverage change: -0.01 ⚠️

Comparison is base (d541d74) 56.21% compared to head (36119e3) 56.20%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1249      +/-   ##
==========================================
- Coverage   56.21%   56.20%   -0.01%     
==========================================
  Files         193      193              
  Lines        9521     9525       +4     
  Branches     1608     1608              
==========================================
+ Hits         5352     5354       +2     
- Misses       4114     4116       +2     
  Partials       55       55              
Impacted Files Coverage Δ
care/facility/models/patient.py 92.21% <50.00%> (-0.67%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sonarcloud
Copy link

sonarcloud bot commented Apr 13, 2023

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

@gigincg gigincg merged commit ee6f639 into master Apr 13, 2023
@sainak sainak deleted the update-patient-export-13-april-23 branch June 6, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High priority; urgent waiting-for-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improving patient export
3 participants