diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index e498e8070..b6120c87c 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -260,6 +260,7 @@ namespace IRaCIS.Application.Services { QuestionMark.MajorAxis, QuestionMark.ShortAxis, + QuestionMark.State, }; var tableAnswers = copyTableAnswers.Select(x => new ReadingTableQuestionAnswer diff --git a/IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs b/IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs index 09849a37e..ed3e254dd 100644 --- a/IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs +++ b/IRaCIS.Core.Domain.Share/Reading/ReadEnum.cs @@ -255,6 +255,26 @@ namespace IRaCIS.Core.Domain.Share /// 自增Id /// AutoId=3, + + /// + /// 病灶名称 + /// + Lesion = 4, + + /// + /// 所在器官 + /// + Organ = 5, + + /// + /// 所在位置 + /// + Location = 6, + + /// + /// 状态 + /// + State = 7, } public enum QuestionType