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

Add FhirEngine interface method 'withTransaction' #2535

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on May 6, 2024

  1. Add FhirEngine interface method 'withTransaction'

    To support performing FhirEngine actions as a single atomic transaction
    LZRS committed May 6, 2024
    Configuration menu
    Copy the full SHA
    857f112 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    5f2e163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72be126 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    e7bff9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    868877f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75b41b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    7b769c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    22f0e57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f048d86 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    4b1e808 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    f336d2d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    c1aad5e View commit details
    Browse the repository at this point in the history
  2. Update 'withTransaction' tests

    to better reflect need for atomic transactions
    LZRS committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    892ed27 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    ddc3ecb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    2d2eec0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    52d4147 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    ff0f0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99d3eb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Revert to using FhirEngine interface

    and removed the CRUDEngine interface
    LZRS committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    b520d30 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    fe0cee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faacaec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2e5f30 View commit details
    Browse the repository at this point in the history