From 1e26ca318904769a04225faac2118b5d675b97bd Mon Sep 17 00:00:00 2001 From: "{872297557@qq.com}" <872297557@qq.com> Date: Fri, 3 Feb 2023 09:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/IRaCIS.Core.Application.xml | 10 +++++----- IRaCIS.Core.Application/TestService.cs | 2 ++ IRaCIS.Core.Domain/SQLFile/Test.sql | 3 +++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 94fe5ca00..d130b885d 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -4304,6 +4304,11 @@ 数值类型 + + + 备注 + + 数据来源 @@ -4369,11 +4374,6 @@ 关联Value - - - 备注 - - 系统标准Id diff --git a/IRaCIS.Core.Application/TestService.cs b/IRaCIS.Core.Application/TestService.cs index 131a6b663..18b1e9fa1 100644 --- a/IRaCIS.Core.Application/TestService.cs +++ b/IRaCIS.Core.Application/TestService.cs @@ -281,6 +281,8 @@ namespace IRaCIS.Application.Services await _repository.SaveChangesAsync(); return ResponseOutput.Ok(); } + + } public class TestModel diff --git a/IRaCIS.Core.Domain/SQLFile/Test.sql b/IRaCIS.Core.Domain/SQLFile/Test.sql index cb7e04589..5899ca575 100644 --- a/IRaCIS.Core.Domain/SQLFile/Test.sql +++ b/IRaCIS.Core.Domain/SQLFile/Test.sql @@ -421,6 +421,9 @@ GROUP BY V.TrialId, V.SubjectId, V.SouceReadModuleId , V.TrialReadingCriterion HAVING Count(*)>2 +----2023年 开始 + -- 维护临床数据 先运行swagger 维护数据的方法 + ---------------------维护表格问题ID 2013-1-31 update ReadingTableQuestionTrial set ReadingTableQuestionTrial.SystemTableQuestionId= ReadingTableQuestionSystem.Id from ReadingTableQuestionSystem inner join ReadingTableQuestionTrial on ReadingTableQuestionSystem.QuestionName=ReadingTableQuestionTrial.QuestionName