-
Notifications
You must be signed in to change notification settings - Fork 292
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
HCX Plug #2399
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2399 +/- ##
===========================================
+ Coverage 65.50% 65.62% +0.11%
===========================================
Files 243 222 -21
Lines 14070 13319 -751
Branches 1952 1882 -70
===========================================
- Hits 9217 8741 -476
+ Misses 4465 4190 -275
Partials 388 388 ☔ View full report in Codecov by Sentry. |
@@ -181,7 +179,6 @@ def get_discharge_summary_data(consultation: PatientConsultation): | |||
return { | |||
"patient": consultation.patient, | |||
"samples": samples, | |||
"hcx": hcx, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should think of a way to allow apps to expose discharge summary template sections and data
cc: @vigneshhari
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Seperates HCX into a plug