|
<< Click to Display Table of Contents >> Navigation: Telegram > 2022 > 06 > 12 > Telegram_2022-06-12T16 |
2022-06-12T16:15:18
DICOM (as a protocol) is just an implementation over TCP/IP. Have you tried Indy?
2022-06-12T16:15:36
I don't see why it wouldn't work as long as you keep your communication according to the protocol
2022-06-12T16:19:56
I've never worked with DICOM myself, but seems that it just transmits the DICOM image format over TCP/IP. If that's the case, then you just need an Indy Client to connect to the DICOM source (the server), grab the stream and you will have a DICOM image file that can be converted to other formats