fo-dicom / fo-dicom-samples

Sample applications associated with the fo-dicom framework
Other
152 stars 144 forks source link

CMove and CGet examples #3

Closed anders9ustafsson closed 6 years ago

anders9ustafsson commented 7 years ago

Originally posted as fo-dicom/fo-dicom#345 by user @Ravenheart:

I would really benefit if there was a CMove SCP and CGet SCP example available. I've found only one example here fo-dicom google groups but that implementation is very slow in sending the images. DicomClient sends one picture, disconnects and then reconnects and sends one picture again, lots of time is lost between association and deassociation.

CelerityAbbottPC commented 7 years ago

Is there a fo-dicom query / retrieve sample available?

CelerityAbbottPC commented 7 years ago

For dcmtk, there looked some Q/R samples:

OFFIS DCMTK: dcmqrscp: DICOM image archive (central test node) http://support.dcmtk.org/docs/dcmqrscp.html

OFFIS DCMTK: movescu: DICOM retrieve (C-MOVE) SCU http://support.dcmtk.org/docs/movescu.html The movescu application implements both an SCU for the Query/Retrieve Service Class and an SCP for the Storage Service Class.

OFFIS DCMTK: findscu: DICOM query (C-FIND) SCU http://support.dcmtk.org/docs/findscu.html It sends query keys to an SCP and awaits responses. The application can be used to test SCPs of the Query/Retrieve and Basic Worklist Management Service ...

DCMTK: getscu: DICOM retrieve (C-GET) SCU http://support.dcmtk.org/docs-dcmrt/getscu.html It sends query keys to an SCP and waits for responses with images or other DICOM objects sent via C-STORE. As the DICOM service demands, C-GET and the ...

It'd be great and very useful if fo-dicom experts could put together samples similar to dcmtk's. It'd be very helpful to have more developers use fo-dicom.