Closed realchrisparker closed 1 year ago
This is server driven, and I would normally expect that each bundle ID returned is different, as they are all different pages, and dynamically generated. (I definitely wouldn't be relying on this as a client, unless I knew exactly which server I was talking too, and didn't plan on changing without going through some grief) Not something that I believe the fhir client should be able to make any changes to here.
Understand. I am closing this ticket. Thank you for the feedback.
Describe the bug When using client.ContinueAsync( previousBundle ), the new bundle returned has a different Id. I am not sure this is by design but becomes more difficult to track different users' bundles by id if while they are paging, a new bundle id is generated every time.
To Reproduce
Expected behavior Unless this is by design, which it could be, and if so I will delete this bug, but I would expect the same bundle id to be used with updated Entry information. This would allow for storing the bundles in something like Redis much easier to manage during continuous paging operations.
Screenshots N/A
Version used:
Additional context If this is by design, my apologies for creating this bug report.