Enet4 / dicom-rs

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

Support PrintSCU #516

Open xb284524239 opened 2 months ago

xb284524239 commented 2 months ago

Hi, thanks for your library. In my work, I always need to send DICOM files to the DICOM Printer for printing.Could you please support PrintSCU in the future?

Enet4 commented 1 month ago

Hello! Thank you for your interest in DICOM-rs.

There are no plans for it, but it would very likely have a place in the project if someone takes initiative. If you are able, I can provide some guidance.

xb284524239 commented 1 month ago

Hello! Thank you for your interest in DICOM-rs.

There are no plans for it, but it would very likely have a place in the project if someone takes initiative. If you are able, I can provide some guidance.

@Enet4 I also hope to do somethings, but I am not very good with Rust programming, I don't have much experience with Rust.

Enet4 commented 1 month ago

It should hopefully not be too overwhelming if you have the DICOM part covered. I would advise taking dicom-storescu as a baseline and change the DIMSE interactions from there.