如何在JAVA中进行查询/检索? [英] How can I do a Query/Retrieve in JAVA?

查看:410
本文介绍了如何在JAVA中进行查询/检索?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要使用访问存储在 DCM4CHEE PACS 中的 DicomObjects JAVA (NetBeans)

I need to acces to the DicomObjects that are stored in a DCM4CHEE PACS using JAVA (NetBeans).

到目前为止,我认为我必须使用来自 DCM4CHE 库的类 DCMqr ,但我找不到任何示例,我不知道如何使用它。

So far, I think that I have to use the class DCMqr from DCM4CHE library, but I can't find any example and I don't know how to use it.

推荐答案

dcm4che工具包 dcmqr的使用文档可用这里

The dcm4che toolkit usage doc for dcmqr is available here

该工具包有dcmqr类,它提供了执行 C-FIND 或<$的所有功能来自DCM4CHEE PACS(或任何其他符合DICOM标准的PACS)的c $ c> C-MOVE 。

The toolkit has a dcmqr class which provides all of the functionality to do a C-FIND or C-MOVE from a DCM4CHEE PACS (or any other DICOM compliant PACS).

只需传递AE标题,主持人和港口,可能还有其他r选项 DcmQR 主要方法。

Simply pass the AE Title, host and port and possibly other options to the DcmQR main method.

这篇关于如何在JAVA中进行查询/检索?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆