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

Do not set query retrieve level for worklist #603

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

qarmin
Copy link

@qarmin qarmin commented Nov 25, 2024

Fixes #602

Not 100% sure if fix is proper, but without QueryRetrieveLevel in our internal app we already gather worklist since ~1 year without any problems

I also forced cargo clippy to fail, when there are any warnings(I also fixed 1 other warning, to pass checks)

@Enet4 Enet4 self-requested a review December 7, 2024 09:53
@Enet4 Enet4 added bug This is a bug A-tool Area: tooling C-findscu Crate: dicom-findscu labels Dec 7, 2024
Copy link
Owner

@Enet4 Enet4 left a comment

Choose a reason for hiding this comment

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

Well, it is true that PS3.4 K.6.1 does not mention Query/Retrieve Level (0008,0052) anywhere. All the other references I could find just say that MWL querying is equivalent to C-FIND with the corresponding SOP Class UID.

I can only test with other software next week, but it should be OK.

findscu/src/main.rs Outdated Show resolved Hide resolved
@qarmin qarmin force-pushed the orthanc_worklist branch 3 times, most recently from ac831bc to 8c1621b Compare December 7, 2024 12:08
.github/workflows/rust.yml Outdated Show resolved Hide resolved
Copy link
Owner

@Enet4 Enet4 left a comment

Choose a reason for hiding this comment

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

Thanks!

@Enet4 Enet4 merged commit 0c1b8da into Enet4:master Dec 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tool Area: tooling bug This is a bug C-findscu Crate: dicom-findscu
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot download worklist from OrthanC
2 participants