Enet4 / dicom-rs

Rust implementation of the DICOM standard

Home Page:https://dicom-rs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add movescu application - tracking issue

naterichman opened this issue · comments

I didn't see an issue tracking this: findscu and storescp/storescu is great, but at some point it will be good to have movescu. I'm not really familiar with much of the dicom UL protocol and general networking so I think this would be a cool project to take on, but I won't have time for a while.

I'm creating this ticket just for tracking purposes.

Great initiative, @naterichman! There was an attempt at writing a dicom-movescu in the past, but without the storescp, it would not have been very useful.

An intuitive way to bring a Move SCU to DICOM-rs is to write something that would be like a combination of the findscu with the storescp, with the latter making it so that it can receive data in a single process run, in the case that the destination is the same application entity as the move requester.