Enet4 / dicom-rs

Rust implementation of the DICOM standard
https://dicom-rs.github.io
Apache License 2.0
402 stars 75 forks source link

Fix SCP transfer syntax negotiation quirk #417

Closed Enet4 closed 9 months ago

Enet4 commented 9 months ago

This fixes a quirk in dicom_ul that I found while working on #408. Affects the behavior of dicom-storescp so that --uncompressed-only actually functions as originally intended.

Summary