Direct DICOM image download from ultrasound system

I just logged on and need information before downloading 3DSlicer. I have 4 very old Siemens Acuson Sequoia systems in our research lab that have issues with DVD’s and our hospital does not want us to use their PACS system for storage of animal/human research studies. My question is, can I directly send studies from the US system via the ethernet connection into 3DSlicer? At this moment, I cannot take studies off the hard drive until I can find a compatible DVD drive (operating systems of Windows XT and earlier) so I must find a way to download them onto some sort of PACS system to complete analysis. Thanks for any help!

Jim

Yes, you can send images directly to Slicer using DICOM push (C-store SCP) or Slicer can download the images using Query/Retrieve.

DICOM push is simpler: you start a listening server and you select and send images using the ultrasound system. Slicer’s default port is 11112 and any AETITLE can be used. I would recommend to use Slicer Preview Release (it has a more user-friendly interface and faster import):

image

If you need to download lots of data in bulk (without starting Slicer or immediately importing data into Slicer’s DICOM database) then you can run the SCP server from the command line, something like this:

C:\Users\andra\AppData\Local\NA-MIC\Slicer 4.11.0-2019-11-03\storescp.exe 11112 --accept-all --output-directory C:/tmp/incoming

Thank you for this valuable information.

Jim