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 support for historical data sorting #4245

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 6, 2024

  1. Add support for historical data sorting

    This update allows sorting of historical data based on the '_sort' parameter. A new method, 'getHistorySortOrder', validates the provided _sort parameter and a new field, 'historySortOrder', has been added to the FHIRHistoryContext class. Additionally, the error message for invalid _sort parameter has been improved.
    
    Signed-off-by: Berkant KARDUMAN <berkant.karduman@tigahealth.com>
    berkant-k committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    94a7ab7 View commit details
    Browse the repository at this point in the history
  2. NAME_PATTERN reverted back to satisfy unit tests

    Signed-off-by: Berkant KARDUMAN <berkant.karduman@tigahealth.com>
    berkant-k committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    e84a0b5 View commit details
    Browse the repository at this point in the history