Open feliwir opened 2 days 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.
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