【问题标题】:Leadtools - The program failed to run with the following error: An exception occurred in the fate of the invocationLeadtools - 程序运行失败,出现以下错误:调用的命运发生异常
【发布时间】:2016-09-05 18:51:32
【问题描述】:

第 8 步:配置存储服务器管理器以使用 MyQueryIOD.xml 运行 CSStorageServerManagerDemo.exe 使用您在数据库配置期间定义的用户名和密码凭据登录 打开查询设置,并将 IOD XML 路径设置为您的 MyQueryIOD.xml 文件。 有关创建 MyQueryIOD.xml 的说明,请参阅指定 C-FIND-Rsp DICOM 元素

this is error occurrs when I run this CSStorageServerManagerDemo.exe

https://www.leadtools.com/help/leadtools/v19/dh/to/leadtools.topics.dicom~di.topics.tutorialsampledatabasefortheleadstorageserver.html

【问题讨论】:

    标签: dicom leadtools-sdk


    【解决方案1】:

    我们网站上的本教程需要更新。我们的支持团队已将其报告给文档部门,并将很快进行修改。主要更正如下:

    • 打开项目 My.Medical.Storage.DataAccessLayer
    • 打开此文件:
      D:\LEADTOOLS 19\Examples\DotNet\PACSFramework\CS\Tutorials\My.Medical.Storage.DataAccessLayer\DataAccessLogic\DataAccessAgent\MyStorageDbDataAccessAgent.cs
    • 添加以下 StoreDicom() 覆盖,然后重新编译:

    ...

    public override void StoreDicom(DicomDataSet dataSet,
       string referencedFileName,
       string token,
       string externalStoreGuid,
       string retrieveAe,
       string storeAe,
       ReferencedImages[] images,
       bool updateExistentPatient,
       bool updateExistentStudy,
       bool updateExistentSeries,
       bool updateExistentInstances)
    {
       StoreDicom(dataSet, referencedFileName, retrieveAe, images, updateExistentPatient, updateExistentStudy,
                  updateExistentSeries, updateExistentInstances);
    }
    

    如果您在进行此更改后仍然遇到问题,请将有关您尝试的操作以及遇到的任何错误的完整详细信息发送至 support@leadtools.com。

    【讨论】:

      猜你喜欢
      • 2021-12-16
      • 1970-01-01
      • 2018-05-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-12-22
      相关资源
      最近更新 更多