From 8d9a824ac350497d71e49b0e4797d3939757cf8c Mon Sep 17 00:00:00 2001
From: he <109787524@qq.com>
Date: Wed, 5 Aug 2026 17:13:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=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 | 42 +++++++++++++++++++
.../ReadingCalculate/OCTCalculateService.cs | 2 +-
2 files changed, 43 insertions(+), 1 deletion(-)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 69213be15..89b4871f8 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -9032,6 +9032,36 @@
斑块破裂
+
+
+ 靶段
+
+
+
+
+ 靶段备注
+
+
+
+
+ ROI段落总长度
+
+
+
+
+ 回撤中的图像帧数
+
+
+
+
+ 斑块类型
+
+
+
+
+ 访视点备注(如有)
+
+
帧数
@@ -10232,6 +10262,11 @@
问题分类
+
+
+ 问题分类
+
+
评估结果
@@ -15015,6 +15050,13 @@
+
+
+ 获取单个表格问题及答案 过滤问题
+
+
+
+
获取自定义问题以及答案
diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/OCTCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/OCTCalculateService.cs
index 269ed02fd..615623993 100644
--- a/IRaCIS.Core.Application/Service/ReadingCalculate/OCTCalculateService.cs
+++ b/IRaCIS.Core.Application/Service/ReadingCalculate/OCTCalculateService.cs
@@ -478,7 +478,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{ string.Empty,string.Empty},
};
- int row = 3;
+ int row = 8;
foreach (var item in measuredValueList)
{
row++;