From 6f81c39c62054356bbb96075f63ccf50b8da10b7 Mon Sep 17 00:00:00 2001
From: he <109787524@qq.com>
Date: Mon, 20 Jan 2025 11:17:24 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=85=A8=E5=B1=80=E9=98=85=E7=89=87=20?=
=?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC=E6=94=B9=E4=B8=BAfalse?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Reading/ReadingCriterion/ReadingQuestionCriterionTrial.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/IRaCIS.Core.Domain/Reading/ReadingCriterion/ReadingQuestionCriterionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingCriterion/ReadingQuestionCriterionTrial.cs
index f87f00640..5385bed5e 100644
--- a/IRaCIS.Core.Domain/Reading/ReadingCriterion/ReadingQuestionCriterionTrial.cs
+++ b/IRaCIS.Core.Domain/Reading/ReadingCriterion/ReadingQuestionCriterionTrial.cs
@@ -112,7 +112,7 @@ public class ReadingQuestionCriterionTrial : BaseAddAuditEntity
public bool IsReadingPeriod { get; set; } = true;
[Comment("是否生成全局阅片任务")]
- public bool IsGlobalReading { get; set; } = true;
+ public bool IsGlobalReading { get; set; } = false;
[Comment("是否签名")]
public bool IsSigned { get; set; } = false;
From 146b0635c8879e62432a232c6729fd940ed14628 Mon Sep 17 00:00:00 2001
From: he <109787524@qq.com>
Date: Mon, 20 Jan 2025 11:22:53 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?=
=?UTF-8?q?=E5=80=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/TrialSiteUser/DTO/TrialConfigDTO.cs | 2 +-
.../Service/WorkLoad/DTO/DoctorWorkLoadViewModel.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs
index 2d5e168da..04e6c7e6b 100644
--- a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs
+++ b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs
@@ -976,7 +976,7 @@ namespace IRaCIS.Core.Application.Contracts
///
/// 全局阅片
///
- public bool IsGlobalReading { get; set; } = true;
+ public bool IsGlobalReading { get; set; } = false;
///
/// 仲裁阅片
diff --git a/IRaCIS.Core.Application/Service/WorkLoad/DTO/DoctorWorkLoadViewModel.cs b/IRaCIS.Core.Application/Service/WorkLoad/DTO/DoctorWorkLoadViewModel.cs
index 53cb4fc80..97af3236a 100644
--- a/IRaCIS.Core.Application/Service/WorkLoad/DTO/DoctorWorkLoadViewModel.cs
+++ b/IRaCIS.Core.Application/Service/WorkLoad/DTO/DoctorWorkLoadViewModel.cs
@@ -360,7 +360,7 @@ namespace IRaCIS.Application.Contracts
public DateTime? ReadingInfoSignTime { get; set; }
- public bool IsGlobalReading { get; set; } = true;
+ public bool IsGlobalReading { get; set; } = false;
//是否附加评估
public bool IsAdditionalAssessment { get; set; }