Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 DICOM 很陌生。我想开发一个 DICOM 路由器。例如,我有 PACSserver1和 PACS server2。我想将一些特定的研究从 server1 发送到 server2。
server1
server2
如何使用 dcm4chee 套件做到这一点?
您可以使用 C-Move Dicom SOP 类。您可以使用dcm4che-tool-movescudcm4che3 或更早版本dcm4che-tool-dcmmv的 dcm4che2。
dcm4che-tool-movescu
dcm4che-tool-dcmmv
这两个实用程序都允许您将 C-Move 作为 SCU 运行。通过此操作,您可以将任何研究从一个 PACS 发送到另一个 AET。
请记住,C-Move 仅指定接收系统的 AET,因此,源 PACS 必须知道此 AET 以及主机和端口数据。