From c2c553e032f2430c150b343653be56fa4e65411a Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Fri, 3 Mar 2023 10:14:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
IRaCIS.Core.Application/Triggers/AddSubjectTrigger.cs | 2 +-
.../Reading/ReadingCriterion/ReadingQuestionCriterionTrial.cs | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/IRaCIS.Core.Application/Triggers/AddSubjectTrigger.cs b/IRaCIS.Core.Application/Triggers/AddSubjectTrigger.cs
index cd36817fd..8b88121fd 100644
--- a/IRaCIS.Core.Application/Triggers/AddSubjectTrigger.cs
+++ b/IRaCIS.Core.Application/Triggers/AddSubjectTrigger.cs
@@ -64,7 +64,7 @@ namespace IRaCIS.Core.Application.Triggers
t.TrialId = subject.TrialId;
t.SiteId = subject.SiteId;
t.IsEnrollmentConfirm = t.IsBaseLine ? IsEnrollementQualificationConfirm : false;
-
+ t.Id = NewId.NextGuid();
readingClinicals.AddRange(
cRCClinicalDatas.WhereIf(!t.IsBaseLine, x => x.ClinicalDataLevel == ClinicalLevel.SubjectVisit).Select(x => new ReadingClinicalData()
diff --git a/IRaCIS.Core.Domain/Reading/ReadingCriterion/ReadingQuestionCriterionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingCriterion/ReadingQuestionCriterionTrial.cs
index 26d51d54a..c91620f98 100644
--- a/IRaCIS.Core.Domain/Reading/ReadingCriterion/ReadingQuestionCriterionTrial.cs
+++ b/IRaCIS.Core.Domain/Reading/ReadingCriterion/ReadingQuestionCriterionTrial.cs
@@ -75,7 +75,7 @@ namespace IRaCIS.Core.Domain.Models
///
/// 修约小数点
///
- public int? DigitPlaces { get; set; } = 2;
+ public int? DigitPlaces { get; set; } = 1;
///
/// 评估结果
@@ -141,7 +141,7 @@ namespace IRaCIS.Core.Domain.Models
///
/// 阅片是否显示受试者信息
///
- public bool IsReadingShowSubjectInfo { get; set; } = false;
+ public bool IsReadingShowSubjectInfo { get; set; } = true;
///
/// IR阅片页面是否可以查看既往任务结果