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

#2661 FhirClient Serialization engine modification #2723

Merged
merged 2 commits into from
Feb 21, 2024

Conversation

Kasdejong
Copy link
Contributor

Description

The serialization engine used by an instance of BaseFhirClient (or its derivations) can now be changed in the settings. The new value will decide the engine used by this client. This used to require a new client with the required serialization engine in the constructor.

Related issues

Closes issue #2661.

Testing

Added a unit test which tests whether the serialization engine used by BaseFhirClient matches an expected type

…ss. Made the FhirClient read directly from settings instead, allowing the serialization engine to be changed on the fly.
@mmsmits mmsmits merged commit 250bfd5 into develop Feb 21, 2024
16 checks passed
@mmsmits mmsmits deleted the feature/2661-fhirclient-serializer-settings branch February 21, 2024 10:18
@mmsmits mmsmits linked an issue Feb 21, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect handling of whitespace when using the JSON serializer
2 participants