From 4f93db928f7260a58e04a3a07a02212eb6db5167 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 11 Jan 2024 15:36:42 +0800 Subject: [PATCH] =?UTF-8?q?=20=E8=8E=B7=E5=8F=96=E8=84=BE=E8=84=8F?= =?UTF-8?q?=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ReadingCalculate/LuganoCalculateService.cs | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs index a4e177246..0bd350aaf 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs @@ -1872,12 +1872,11 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate /// 获取脾脏验证 /// /// - /// /// [HttpPost] - public async Task GetSplenicVerify(Guid visitTaskId, decimal spleenLength) + public async Task GetSplenicVerify(Guid visitTaskId) { - var presentSpd = spleenLength; + ReadingCalculateDto inDto = await _generalCalculateService.GetReadingCalculateDto(visitTaskId); // 基线垂直径 @@ -1885,14 +1884,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate var taskinfo = await _visitTaskRepository.Where(x => x.Id == visitTaskId).FirstNotNullAsync(); - var differenceValue = presentSpd - baseLineSpleenLength; - - //与基线相比脾肿大增加的百分比 - decimal percentage = 0; - if (baseLineSpleenLength != 0) - { - percentage = differenceValue * 100 / (baseLineSpleenLength - 130); - } var baseLineTaskId = await GetBaseLineTaskId(inDto); // 最低垂直经 @@ -1906,8 +1897,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate //基线垂直径 BaseLineSpleenLength = baseLineSpleenLength, - //与基线相比脾肿大增加的百分比 - PercentageIncreaseFromBaseline = percentage, // 最低垂直经 LowSpleenLength = lowSpleenLength, // 基线状态