From ed518fc8f54b4c1e221ca5b0276aa5227ec57c5f Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 13 Oct 2022 10:06:44 +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 --- .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 1f86d06b..d1e3faea 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -683,6 +683,15 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public Arm ArmEnum { get; set; } + public string AgreeOrNotAnswer + { + get + { + + return this.AgreeOrNot.Select(x => x.Answer).FirstOrDefault()??string.Empty; + } + } + public List BeforeQuestionList { get; set; } public List AgreeOrNot { get; set; }