diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 21ba2f0ce..906800b7f 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -1312,6 +1312,13 @@
+
+
+ 获取阅片的计算数据
+
+
+
+
将上一次的访视病灶添加到这一次
@@ -1352,6 +1359,13 @@
+
+
+ 获取阅片的计算数据
+
+
+
+
获取Sod的值
@@ -1725,6 +1739,13 @@
+
+
+ 获取阅片的计算数据
+
+
+
+
获取Sod的值
@@ -2177,6 +2198,13 @@
+
+
+ 获取阅片的计算数据
+
+
+
+
删除病灶获取起始病灶序号
@@ -2276,6 +2304,13 @@
+
+
+ 获取阅片的计算数据
+
+
+
+
获取Sod的值
@@ -2520,6 +2555,13 @@
+
+
+ 获取阅片的计算数据
+
+
+
+
获取Sod的值
@@ -2824,6 +2866,13 @@
+
+
+ 获取阅片的计算数据
+
+
+
+
删除病灶获取起始病灶序号
@@ -2908,6 +2957,13 @@
+
+
+ 获取阅片的计算数据
+
+
+
+
获取ReadingCalculateDto
@@ -2980,6 +3036,13 @@
+
+
+ 获取阅片的计算数据
+
+
+
+
SubjectCriteriaEvaluationService
@@ -4979,6 +5042,11 @@
任务Id
+
+
+ 任务Id
+
+
任务Id
@@ -13368,6 +13436,13 @@
+
+
+ 获取阅片的计算数据
+
+
+
+
提交自定义标记
diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs
index eea0729f1..a97afcfed 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs
@@ -434,7 +434,15 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid VisitTaskId { get; set; }
}
- public class ReadingCustomTagDto
+ public class GetReadingCalculationDataInDto
+ {
+ ///
+ /// 任务Id
+ ///
+ public Guid VisitTaskId { get; set; }
+ }
+
+ public class ReadingCustomTagDto
{
public Guid? Id { get; set; }
diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs
index 4a3d9b81d..8ee67f3ea 100644
--- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs
+++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs
@@ -150,12 +150,27 @@ namespace IRaCIS.Application.Services
this._trialEmailNoticeConfigService = trialEmailNoticeConfigService;
}
+ #region 计算
+
///
- /// 提交自定义标记
+ /// 获取阅片的计算数据
///
///
///
[HttpPost]
+ public async Task