Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Refactor d/patient-everything Returning the Patient #1326

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

alexanderkiel
Copy link
Member

We need the patient anyway in patient everything, but we added it later after taking the max 10.0000 resources. Now in #1297 we will expand the linked patients, so we will need to return the patients from d/patient-everything because there could be more than the initial patient.

I use the cat transducer and an extra eduction to concatenate the patient-handle with the other resource handles.

We need the patient anyway in patient everything, but we added it later
after taking the max 10.0000 resources. Now in #1297 we will expand the
linked patients, so we will need to return the patients from
d/patient-everything because there could be more than the initial
patient.

I use the cat transducer and an extra eduction to concatenate the
patient-handle with the other resource handles.
Copy link

codecov bot commented Dec 5, 2023

Codecov Report

Merging #1326 (255916a) into develop (f78823f) will increase coverage by 0.00%.
Report is 1 commits behind head on develop.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1326   +/-   ##
========================================
  Coverage    95.37%   95.37%           
========================================
  Files          242      242           
  Lines        15518    15521    +3     
  Branches       360      360           
========================================
+ Hits         14800    14803    +3     
  Misses         358      358           
  Partials       360      360           
Files Coverage Δ
modules/db/src/blaze/db/api.clj 86.44% <ø> (ø)
modules/db/src/blaze/db/impl/batch_db.clj 90.20% <100.00%> (+0.20%) ⬆️
...rything/src/blaze/operation/patient/everything.clj 100.00% <100.00%> (ø)

@alexanderkiel alexanderkiel merged commit 80e228d into develop Dec 5, 2023
137 checks passed
@alexanderkiel alexanderkiel deleted the refactor/patient-everything branch December 5, 2023 17:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant