文件名称:在 c# 将 dicom 文件发送到远程 AE
文件大小:14KB
文件格式:TXT
更新时间:2022-02-23 19:27:18
c# 源码 pacs dicom
// //1 initiate tcp\ip connection // //2 negotiate the association parameters to agree what can be done // //3 send the dicom object // //4 close the association // //5 close the TCP/IP connection