From 670913743c16df6cc6368926f6d641c8d65d6913 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 15 Sep 2022 16:18:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/ReadingCalculateService.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingCalculateService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingCalculateService.cs index 35688865a..50e63ec3f 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingCalculateService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingCalculateService.cs @@ -226,16 +226,16 @@ namespace IRaCIS.Core.Application.Service await ReadingCalculate(data); VerifyVisitTaskQuestionsOutDto result = new VerifyVisitTaskQuestionsOutDto() { - IsVerified=true, ErrorMessage=string.Empty, }; List types = new List() { - new VerifyVisitTaskDto (){ QuestionType=QuestionType.TargetLesion,Fun=this.GetTargetLesionEvaluate }, - new VerifyVisitTaskDto (){ QuestionType=QuestionType.NoTargetLesion,Fun=this.GetNoTargetLesionEvaluate }, - new VerifyVisitTaskDto (){ QuestionType=QuestionType.NewLesions,Fun=this.GetNewLesionEvaluate } - }; + //new VerifyVisitTaskDto (){ QuestionType=QuestionType.TargetLesion,Fun=this.GetTargetLesionEvaluate }, + //new VerifyVisitTaskDto (){ QuestionType=QuestionType.NoTargetLesion,Fun=this.GetNoTargetLesionEvaluate }, + //new VerifyVisitTaskDto (){ QuestionType=QuestionType.NewLesions,Fun=this.GetNewLesionEvaluate }, + new VerifyVisitTaskDto (){ QuestionType=QuestionType.Tumor,Fun=this.GetTumor }, + }; foreach (var type in types) {