chop-dbhi / dicom-pipeline

An automated pipeline for reviewing, anonymizing and publishing research DICOM studies
BSD 2-Clause "Simplified" License
15 stars 2 forks source link

Support using C-GET rather than C-MOVE for DICOM Retrieval #10

Open cancan101 opened 9 years ago

cancan101 commented 9 years ago

This would simplify the client by not requiring a PACS server to run locally.

jeffmax commented 9 years ago

I agree this is a nice idea as long as the server is setup to support C-GET, which I am not sure is always the case do to security issues. We have had a re-occurring issue where the pipeline for some reason fails to stop the DICOM server and then the next run does not work properly because the old server is still active.