microsoft / iomt-fhir

iomt-fhir
MIT License
146 stars 68 forks source link

Fix query when iterating over additional bundles #257

Closed pallar-ms closed 1 year ago

pallar-ms commented 1 year ago

Bug: When invoking the BundleExtensions to iterate over additional FHIR bundles, we are not updating the next bundle link, which results in us querying for the same next link repeatedly and into an infinite loop.

Fix: Update next bundle's next link. Added UTs for this scenario.