OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.23k stars 3.32k forks source link

H5 Pacs Viewer To TCP Server #80

Closed zhan2016 closed 7 years ago

zhan2016 commented 7 years ago

HI, I just strugglled to complish a printscu based on this h5 Pacs client. Is it possible? There is no TCP socket for me to connect and communicate with a printscp. Any suggestion? Best regard!

radicalrob commented 7 years ago

Hi. That's cool. I don't think there is a way to do that directly from the client. You would need to run the PrintSCU code on the server. So you would essentially make a meteor server method to pass the image data from the client to the PrintSCU. Then from the server, you can communicate with the PrintSCP using TCP.

Have you considered contributing it back when it's done?

zhan2016 commented 7 years ago

Thank you very much.It's my honor to contribute back.