Skip to content

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

Merged
Enet4 merged 1 commit intomasterfrom
bug/findscu/479-status
Mar 22, 2024
Merged

[findscu] Fix nonconforming status matching in response objects#481
Enet4 merged 1 commit intomasterfrom
bug/findscu/479-status

Conversation

@Enet4
Copy link
Copy Markdown
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 force-pushed the bug/findscu/479-status branch from 0962cc1 to f6b30fc Compare March 20, 2024 08:55
@Enet4 Enet4 merged commit 6983bc4 into master Mar 22, 2024
@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