From 387488c0601d92f5d58e9ad9fc39dabd4ecd20f3 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 10 Nov 2022 13:49:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IRaCIS.Core.Application.xml | 17 ++++++++--------- .../ReadingCalculate/PCWG3CalculateService.cs | 1 + 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 2c6f63f5a..c564cfbfc 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -5327,6 +5327,11 @@ SystemNoticeAddOrEdit 列表查询参数模型 + + + 访视Id + + 访视Id @@ -5337,14 +5342,9 @@ 任务Num - + - 最早拍片日期 - - - - - 最晚拍片日期 + 检查日期 @@ -7020,13 +7020,12 @@ - + 获取访视下的Dicom 检查信息 分所有的, 阅片的 不阅片 isReading : 0 查询所有 1 查询仅仅阅片的 - diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs index 7ef82e61b..3a53400c3 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs @@ -946,6 +946,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate stateIsNullList = stateIsNullList.Except(allExists).ToList(); + if (measureDataList.Count() > 0) { errorMassage += $" 病灶{ string.Join(',', measureDataList)}不存在标记,";