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

First checkin. #515

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Sep 13, 2024

  1. First checkin.

    lukedegruchy committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ea88ab1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Ensure DateHelper is now ZoneId-aware. Default EvaluationSettings cli…

    …ent timezone to UTC if none is provided. Introduce new IntervalHelper. Write new tests. Ensure all unit tests pass by setting EvaluationSettings ZoneId to systemDefault.
    lukedegruchy committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5217579 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Enhance BaseBatchMeasureServiceTest to take custom periodStart and pe…

    …riodEnd params. Add functionality to create expected MeasureReports from JSON instead of constructors.
    lukedegruchy committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    93305ad View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Don't throw on InMemoryFhirRepository#transaction but return null ins…

    …tead. javadoc. Clean up TODOs. More date tests. Ensure client timezone always falls back to UTC.
    lukedegruchy committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6c67f9c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Add new R4MeasureProcessorTest to verify new timezone-driven Period b…

    …uilding logic for MeasureReports.
    lukedegruchy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6d7fc54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fb1a21 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add more tests.

    lukedegruchy committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    73e038f View commit details
    Browse the repository at this point in the history
  2. Fix checkstyle.

    lukedegruchy committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    117f994 View commit details
    Browse the repository at this point in the history