Browse Source

导入报告

bjmzak
wxd 2 years ago
parent
commit
3b4ba1412a
  1. 2
      ThirdPlugIns/Shentun.Peis.PlugIns.Gem/ImportPacsResultPlugInsGem.cs
  2. 2
      ThirdPlugIns/Shentun.Peis.PlugIns.Gem/test/Shentun.Peis.PlugIns.Gem.Test/ImportPacsResultPlugInsGemTest.cs
  3. 2
      ThirdPlugIns/Shentun.Peis.PlugIns.Gem/test/Shentun.Peis.PlugIns.Gem.Test/appsettings.json

2
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,

2
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"));
}

2
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?",

Loading…
Cancel
Save