UMEssen / DICOM-RST

DICOMweb-compatible gateway server with DIMSE and S3 implementations
https://umessen.github.io/DICOM-RST/
MIT License
15 stars 0 forks source link

DICOM 10.4.1.1.6 - Route for frame pixeldata is wrong #19

Open feliwir opened 2 days ago

feliwir commented 2 days ago

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 commented 1 day ago

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.