From 2dd9cf6c5c897b2e3513c3d58c78f7046ab6fa7d Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Wed, 13 Jul 2022 14:40:09 +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
---
.../Controllers/InspectionController.cs | 4 +-
IRaCIS.Core.API/IRaCIS.Core.API.xml | 7 ++++
.../IRaCIS.Core.Application.xml | 38 ++++++++++++++++---
.../Reading/Dto/ReadingQuestionViewModel.cs | 5 +++
4 files changed, 47 insertions(+), 7 deletions(-)
diff --git a/IRaCIS.Core.API/Controllers/InspectionController.cs b/IRaCIS.Core.API/Controllers/InspectionController.cs
index 8a9b73d79..53b7fc450 100644
--- a/IRaCIS.Core.API/Controllers/InspectionController.cs
+++ b/IRaCIS.Core.API/Controllers/InspectionController.cs
@@ -113,9 +113,9 @@ namespace IRaCIS.Core.API.Controllers
///
///
///
- [HttpPost, Route("Inspection/configTrialBasicInfo/TrialReadingInfoSignInDto")]
+ [HttpPost, Route("Inspection/configTrialBasicInfo/TrialReadingInfoSign")]
[UnitOfWork]
- public async Task TrialReadingInfoSignInDto(DataInspectionDto opt)
+ public async Task TrialReadingInfoSign(DataInspectionDto opt)
{
var singid = await _inspectionService.RecordSing(opt.SignInfo);
diff --git a/IRaCIS.Core.API/IRaCIS.Core.API.xml b/IRaCIS.Core.API/IRaCIS.Core.API.xml
index 010d63de3..0a7ec318f 100644
--- a/IRaCIS.Core.API/IRaCIS.Core.API.xml
+++ b/IRaCIS.Core.API/IRaCIS.Core.API.xml
@@ -90,6 +90,13 @@
+
+
+ 项目阅片信息签名
+
+
+
+
医学审核完成
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 3378c23e6..7c3b0e0f3 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -2474,6 +2474,11 @@
类型值
+
+
+ 标准分页Id
+
+
返回的对象
@@ -3844,16 +3849,16 @@
IR阅片是否显示既往结果
-
-
- 修约小数点
-
-
仲裁规则/对象
+
+
+ 修约小数点
+
+
项目标准Id
@@ -3999,6 +4004,16 @@
标准
+
+
+ 表单类型
+
+
+
+
+ 修约小数点
+
+
项目ID
@@ -4608,6 +4623,13 @@
+
+
+ 阅片信息签名
+
+
+
+
获取项目阅片信息
@@ -4615,6 +4637,12 @@
+
+
+ 设置项目阅片标准
+
+
+
设置项目阅片信息
diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs
index d09aa50d8..b3260d137 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs
@@ -597,6 +597,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string TypeValue { get; set; }
public bool IsEnable { get; set; } = false;
+
+ ///
+ /// 标准分页Id
+ ///
+ public Guid? ReadingCriterionPageId { get; set; }
}