From 429b53febab22d2c666d4bceeff9d4324508399f Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Mon, 10 Jul 2023 14:52:40 +0800
Subject: [PATCH] S-37
---
.../IRaCIS.Core.Application.xml | 15 +++++++++++++++
.../ClinicalFromConfigration.cs | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 36cf82d1c..002ee0182 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -3886,6 +3886,11 @@
路径
+
+
+ 只获取CRC上传的阅片模块结构化录入
+
+
只查询已经签名的临床数据
@@ -4031,6 +4036,16 @@
文件数量
+
+
+ 表单Id
+
+
+
+
+ 检查日期
+
+
Id
diff --git a/IRaCIS.Core.Infra.EFCore/EntityConfigration/ClinicalFromConfigration.cs b/IRaCIS.Core.Infra.EFCore/EntityConfigration/ClinicalFromConfigration.cs
index e8c5b5d15..cd87fd662 100644
--- a/IRaCIS.Core.Infra.EFCore/EntityConfigration/ClinicalFromConfigration.cs
+++ b/IRaCIS.Core.Infra.EFCore/EntityConfigration/ClinicalFromConfigration.cs
@@ -19,7 +19,7 @@ namespace IRaCIS.Core.Infra.EFCore.EntityConfigration
.HasOne(s => s.ReadingClinicalData)
.WithMany(c => c.ClinicalFormList)
.HasForeignKey(s => new { s.SubjectId, s.ReadingId })
- .HasPrincipalKey(c => new { c.Subject, c.ReadingId });
+ .HasPrincipalKey(c => new { c.SubjectId, c.ReadingId });
}