From 3b4ba1412a09718c450b81a404be52205064f4f8 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Thu, 30 May 2024 11:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Shentun.Peis.PlugIns.Gem/ImportPacsResultPlugInsGem.cs | 2 +- .../ImportPacsResultPlugInsGemTest.cs | 2 +- .../test/Shentun.Peis.PlugIns.Gem.Test/appsettings.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/ImportPacsResultPlugInsGem.cs b/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/ImportPacsResultPlugInsGem.cs index 3da3858e..02e721e7 100644 --- a/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/ImportPacsResultPlugInsGem.cs +++ b/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/ImportPacsResultPlugInsGem.cs @@ -67,7 +67,7 @@ namespace Shentun.Peis.PlugIns.Gem { CheckRequestNo = pacsRequest.CheckRequestNo, PatientName = pacsRequest.PatientName, - Result = string.IsNullOrEmpty(firstData.examDescript) ? firstData.examDiagnosis : "", + Result = firstData.examDescript, Summary = firstData.examDiagnosis, Suggestion = firstData.suggestion, CheckDate = checkDate, diff --git a/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/test/Shentun.Peis.PlugIns.Gem.Test/ImportPacsResultPlugInsGemTest.cs b/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/test/Shentun.Peis.PlugIns.Gem.Test/ImportPacsResultPlugInsGemTest.cs index 05137a8e..84ad8c1c 100644 --- a/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/test/Shentun.Peis.PlugIns.Gem.Test/ImportPacsResultPlugInsGemTest.cs +++ b/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/test/Shentun.Peis.PlugIns.Gem.Test/ImportPacsResultPlugInsGemTest.cs @@ -27,7 +27,7 @@ namespace Shentun.Peis.PlugIns.Gem.Test var input = new ImportPacsResultPlugInsGem(configParm); var loginResult = input.LoginAsync().Result; - var item = await input.ImportResultByPatientRegisterIdAsync(new Guid("3a127c60-cadf-0308-04c7-8f32a50181d8")); + var item = await input.ImportResultByPatientRegisterIdAsync(new Guid("3a12d4a0-f4ad-f4a1-9af3-14d742f94394")); } diff --git a/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/test/Shentun.Peis.PlugIns.Gem.Test/appsettings.json b/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/test/Shentun.Peis.PlugIns.Gem.Test/appsettings.json index be0e1aab..ef275392 100644 --- a/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/test/Shentun.Peis.PlugIns.Gem.Test/appsettings.json +++ b/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/test/Shentun.Peis.PlugIns.Gem.Test/appsettings.json @@ -22,7 +22,7 @@ "Sql": "select ZHID as Code ,ZHMC as DisplayName from PORTAL56_LIS.vi_tj_testitemgroup", "ColumnNames": "编码,名称", "EndpointAddress": "http://10.1.12.140:8082/gemse-tj/services/bstj.bstjHttpSoap11Endpoint", - "WebApiUrl": "http://10.1.13.18:8380/ris/findReportList", + "WebApiUrl": "http://10.1.13.36/WebServiceToHis/findReportList.ashx", "AnswerWebApiUrl": "http://62.156.10.237:8005/health/values/SetPlanOK?", "单位编号": "3a126b36-831f-aa9f-ddfe-a82f660fc485", //"WebApiUrl": "http://62.156.10.237:8005/health/values/GetPlan?",