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

WIP_FM2-428: Add support for Batch Bundles #381

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jnsereko
Copy link
Contributor

@jnsereko jnsereko commented Feb 9, 2022

Description of what I changed

Add support for Batch Bundles

Issue I worked on

see https://issues.openmrs.org/browse/FM2-428

Checklist: I completed these to help reviewers :)

  • My IDE is configured to follow the code style of this project.

    No? Unsure? -> configure your IDE, format the code and add the changes with git add . && git commit --amend

  • I have added tests to cover my changes. (If you refactored
    existing code that was well tested you do not have to add tests)

    No? -> write tests and add them to this commit git add . && git commit --amend

  • I ran mvn clean package right before creating this pull request and
    added all formatting changes to my commit.

    No? -> execute above command

  • All new and existing tests passed.

    No? -> figure out why and add the fix to your commit. It is your responsibility to make sure your code works.

  • My pull request is based on the latest changes of the master branch.

    No? Unsure? -> execute command git pull --rebase upstream master

@jnsereko
Copy link
Contributor Author

jnsereko commented Feb 9, 2022

hello @ibacher
This is still a WIP but however, I would kindly request you to review and comment only what I have done

@codecov
Copy link

codecov bot commented Feb 9, 2022

Codecov Report

Merging #381 (be4826f) into master (c31798d) will decrease coverage by 0.67%.
The diff coverage is 5.36%.

❗ Current head be4826f differs from pull request most recent head 379dffd. Consider uploading reports for the commit 379dffd to get more accurate results

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #381      +/-   ##
============================================
- Coverage     80.80%   80.13%   -0.67%     
- Complexity     2266     2267       +1     
============================================
  Files           207      212       +5     
  Lines          6058     6111      +53     
  Branches        711      716       +5     
============================================
+ Hits           4895     4897       +2     
- Misses          744      796      +52     
+ Partials        419      418       -1     
Impacted Files Coverage Δ
...rs/module/fhir2/api/dao/impl/FhirBatchDaoImpl.java 0.00% <0.00%> (ø)
.../fhir2/providers/r4/BatchFhirResourceProvider.java 0.00% <0.00%> (ø)
.../fhir2/providers/r3/BatchFhirResourceProvider.java 5.26% <5.26%> (ø)
...rs/module/fhir2/api/impl/FhirBatchServiceImpl.java 14.29% <14.29%> (ø)
...java/org/openmrs/module/fhir2/model/FhirBatch.java 25.00% <25.00%> (ø)
...odule/fhir2/api/impl/FhirEncounterServiceImpl.java 95.59% <0.00%> (ø)
...r2/providers/r3/EncounterFhirResourceProvider.java 93.10% <0.00%> (ø)
...r2/providers/r4/EncounterFhirResourceProvider.java 90.00% <0.00%> (ø)
...odule/fhir2/api/dao/impl/FhirEncounterDaoImpl.java 100.00% <0.00%> (+5.56%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c31798d...379dffd. Read the comment docs.

@sherrif10
Copy link
Member

Hello @jnsereko Are you still working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants