从服务器检索无线网络中的dicom文件

发布于 2024-11-19 19:21:12 字数 163 浏览 3 评论 0原文

我正在尝试从服务器检索 Dicom。

我有一个征服服务器。我正在尝试从该服务器检索图像到我们自己的应用程序。

但它显示了错误。

我在 ACRAENAMA 列表中输入的 AE 标题未经身份验证。

我能够将 dicom 文件从我的应用程序发送到服务器。

I am trying to retrieve Dicom from Server.

I have a Conquest server. I am trying to retrieve images from this server to our own application.

But its showing the error.

The AE title which i entered in ACRAENAMA list is not Authenticated.

I am able to send dicom files from my application to server.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

峩卟喜欢 2024-11-26 19:21:12

出色地,
对于不同的实现,不仅仅是您的服务器,AE 标题需要是唯一的。我们在 SCP 和 SCU 中使用 Leadtools,并且我们的代码基于他们的演示,如果AE 标题并不唯一。

Well,
It is true for different implementations, not just your server that the AE title needs to be unique. We're using Leadtools in both our SCP and SCU and our code based on their demos always rejects connections if the AE title is not unique.

野心澎湃 2024-11-26 19:21:12

我已经有一段时间没有使用征服了,所以请对此持保留态度。在征服的配置中查找允许 AE 从服务器检索图像的列表,并将应用程序的 AE 名称包含在该列表中。

如果它在列表中,请尝试使用 DCMtk 的命令行工具(位于 http://www.dcmtk.org)手动执行此操作,

如果失败,请检查:

  • 防火墙(客户端和服务器)
  • DICOM 端口(服务器的标准端口是 104,确保它没有意外设置为有趣的东西)

I haven't used Conquest in a while, so please take this with a grain of salt. Look in the configuration for Conquest for a list of allowed AEs to retrieve images from your server, and have your application's AE name in that list.

If it is in the list, try using DCMtk's command line tools (at http://www.dcmtk.org) to do it manually, tru

If those fail, check:

  • Firewalls (client and server)
  • DICOM ports (standard one for the server is 104, make sure it wasn't accidentally set to something funny)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文