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

client: fix import in patient property code #176

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Conversation

mikix
Copy link
Contributor

@mikix mikix commented Sep 9, 2024

This allows client.patient to work again (i.e. to transparently request client.patient_id from the server).

This was a regression introduced in 4.2.0.

Fixes #175

This allows client.patient to work again (i.e. to transparently request
client.patient_id from the server).

This was a regression introduced in 4.2.0.
__version__ = '4.2.0'
__version__ = '4.3.0'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix is only worth a patch version bump, but since main includes some new pagination code, I'm bumping the minor version too.

But let's chat in person about next steps - I might lean towards a small 4.2.x branch for just this patch since more pagination changes are in-flight.

@mikix mikix marked this pull request as ready for review September 9, 2024 13:34
@mikix mikix merged commit 19f964c into main Sep 9, 2024
5 checks passed
@mikix mikix deleted the mikix/patient-prop branch September 9, 2024 13:53
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.

FHIRClient patient property causing exception
2 participants