dicom-rs icon indicating copy to clipboard operation
dicom-rs copied to clipboard

UL SCP API

Open BastienVigneron opened this issue 2 years ago • 3 comments

Hello,

Thank you for this gorgeous lib. Did you have any plan to implement SCP part of upper layer protocol ? Something like a set of Traits the user ca implement for StoreSCP, MoveSCP, FindSCP, ...

BastienVigneron avatar Jul 11 '21 17:07 BastienVigneron

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

Yes, it makes sense to continue expanding towards higher-level abstractions, for both SCU's and SCP's. While I am not entirely sure how traits would work here, the original vision after dicom-ul emerged was to conceive something like a set of state machines, to cover the boilerplate of handling certain requests according to the standard. This will hopefully also be expanded to support asynchronous constructs. For now, implementing these services can be done on top of the dicom::ul::association abstraction, which already has an API for server-sided associations.

On my personal priority list, lazy DICOM object loading and finalizing the baseline for the pixel data abstraction ought to be made available in the next major release. But should anyone be interested in pushing this initiative forward, I would be more than glad to help.

Enet4 avatar Jul 12 '21 12:07 Enet4

Thank you for your response. I will take a look to association API.

Agree for lazy loading priorities, this will be a big improvement.

BastienVigneron avatar Jul 12 '21 12:07 BastienVigneron

Related: #352

Enet4 avatar Sep 30 '23 17:09 Enet4