0

手順 8: MyQueryIOD.xml を使用するようにストレージ サーバー マネージャーを構成する CSStorageServerManagerDemo.exe を実行する データベース構成時に定義したユーザー名とパスワードの資格情報を使用してログインする クエリ設定を開き、IOD XML パスを MyQueryIOD.xml ファイルに設定します。MyQueryIOD.xml の作成手順については、C-FIND-Rsp DICOM 要素の指定を参照してください。

これは、この CSStorageServerManagerDemo.exe を実行したときに発生するエラーです。

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

4

1 に答える 1

0

この Web サイトのチュートリアルは更新が必要です。私たちのサポートチームはすでにドキュメント部門に報告しており、すぐに修正されます. 主な修正は次のとおりです。

  • プロジェクト 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 に送信してください。

于 2016-09-06T18:49:08.670 に答える