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

DICOM 10.4.1.1.6 - Route for frame pixeldata is wrong #19

Open
feliwir opened this issue Dec 2, 2024 · 1 comment
Open

DICOM 10.4.1.1.6 - Route for frame pixeldata is wrong #19

feliwir opened this issue Dec 2, 2024 · 1 comment
Assignees
Labels
bug Something isn't working service:wado-rs This issue affects the WADO-RS service

Comments

@feliwir
Copy link
Contributor

feliwir commented Dec 2, 2024

Hello,

i know that you didn't implement the endpoint yet, but the endpoint for frame pixeldata should be:
/studies/{study}/series/{series}/instances/{instance}/frames/{frames}
not
/studies/{study}/series/{series}/instances/{instance}/frames/{frames}/pixeldata

See: https://github.com/UMEssen/DICOM-RST/blob/main/src/api/wado/routes.rs#L52

@nickamzol nickamzol self-assigned this Dec 2, 2024
@nickamzol nickamzol added bug Something isn't working service:wado-rs This issue affects the WADO-RS service labels Dec 2, 2024
@nickamzol
Copy link
Member

Thank you for pointing this out! You're absolutely correct that the route for the frame pixel data is wrong here, albeit unimplemented.

Pixeldata endpoints for WADO-RS are a high priority and we'll make sure that this is corrected for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working service:wado-rs This issue affects the WADO-RS service
Projects
None yet
Development

No branches or pull requests

2 participants