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

[findscu] Fix nonconforming status matching in response objects #481

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

Enet4
Copy link
Owner

@Enet4 Enet4 commented Mar 19, 2024

The extra check for a status code made in #434 affected other conforming uses of C-FIND. This PR changes the check to skip this check if the status code attribute in the data object is missing or not an integer.

Resolves #479.

@Enet4 Enet4 added C-findscu Crate: dicom-findscu bug This is a bug labels Mar 19, 2024
- ignore if status code attribute in data object is missing or not an integer
@Enet4 Enet4 merged commit 6983bc4 into master Mar 22, 2024
4 checks passed
@Enet4 Enet4 deleted the bug/findscu/479-status branch March 22, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a bug C-findscu Crate: dicom-findscu
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERROR dicom_findscu: status code from response is missing
1 participant