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

EA-188 - Improve Java and Rest API for retrieving inpatient admission requests #233

Merged
merged 17 commits into from
Jul 12, 2024

Commits on Jun 28, 2024

  1. In progress

    mseaton committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    eb5a4dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ec13f1 View commit details
    Browse the repository at this point in the history
  3. Add initial set of unit tests

    mseaton committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b2606aa View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Additional unit tests

    mseaton committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7adca3b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Javadoc

    mseaton committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    aae9f3e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Add initial REST controller and add some fixes for performance and to…

    … mitigate errors related to infinite recursion when serializing rest data
    mseaton committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5727a3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a059657 View commit details
    Browse the repository at this point in the history
  3. Cover edge case where multiple dispositions have the exact same datet…

    …ime, favoring the one with the later obsId. Add same constraint to existing awaiting admission query.
    mseaton committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1e153da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    066a948 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69d555b View commit details
    Browse the repository at this point in the history
  6. Formatting

    mseaton committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2165c36 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    bea208d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6623a2 View commit details
    Browse the repository at this point in the history
  3. Re-organize and add additional unit tests, add ability to search for …

    …requests based on patient(s) and visit(s) for compatibility with previous deprecated method.
    mseaton committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d58090b View commit details
    Browse the repository at this point in the history
  4. Remove specific inpatient request methods from inpatient visits contr…

    …oller in favor of inpatient requests controller.
    mseaton committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    fd9edf8 View commit details
    Browse the repository at this point in the history
  5. Change default representation of inpatient request to ref for all pro…

    …perties except visit, which is default
    mseaton committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6dae3e2 View commit details
    Browse the repository at this point in the history
  6. Change default representation of inpatient request to ref for all pro…

    …perties except visit, which is default
    mseaton committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e2d0123 View commit details
    Browse the repository at this point in the history