-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FhirEngine interface method 'withTransaction' (#2535)
* Add FhirEngine interface method 'withTransaction' To support performing FhirEngine actions as a single atomic transaction * Only allow FHIREngine CRUD api for withTransaction * Rename BaseFhirEngine to CrudFhirEngine * Move count method back to FhirEngine class * Update 'withTransaction' tests to better reflect need for atomic transactions * Revert to using FhirEngine interface and removed the CRUDEngine interface * Simplify tests for fhirengine's withTransaction * Refactor update FhirEngineImplTest --------- Co-authored-by: Peter Lubell-Doughtie <peter@ona.io>
- Loading branch information
Showing
4 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters