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.
如何连接到 PACS 服务器并检索 DICOM 图像(我已经有 3rd 方库来显示图像)。我将如何进行?我会向 PACS 服务器发送什么消息来表示“你好 PACS,我想要这个图像等”???
是否有任何库可用于连接 PACS 服务器?
DCMTK可能是实现 DICOM 应用程序最常用的库。您应该查看使用 DCMTK 编写的 C-GET(或 C-MOVE)的源代码示例。 getscu就是这样一个例子。