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 robustness to DIMGeneric against BodyPartThickness #694

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

Enet4
Copy link
Collaborator

@Enet4 Enet4 commented Jun 27, 2024

This fixes a situation found in the wild, where the matching of certain search results via C-FIND would lead to a server error.

Summary

At DIMGeneric#fillDim, do not assume that BodyPartThickness is a string, because some index sources might save it as a double.

- do not assume that it is a string,
  because some index sources might save it as a double
@Enet4 Enet4 self-assigned this Jun 27, 2024
Copy link
Collaborator

@tiberio-baptista tiberio-baptista left a comment

Choose a reason for hiding this comment

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

LGTM!

@Enet4 Enet4 merged commit 2ae9401 into dev Aug 8, 2024
2 checks passed
@Enet4 Enet4 deleted the bug/sdk/dim-generic-bodypartthickness branch August 8, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants