From ec87ed1caf66e084580772d6672466112250dd40 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 15 Jan 2026 10:13:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=89=8D=E7=AB=AF=E5=85=B6?= =?UTF-8?q?=E4=BB=96=E9=83=A8=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs | 2 ++ IRaCIS.Core.Application/Service/ImageAndDoc/StudyService.cs | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs b/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs index 853063e49..c56dfb668 100644 --- a/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs +++ b/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs @@ -134,6 +134,8 @@ namespace IRaCIS.Core.Application.Contracts public string Bodypart { get; set; } = string.Empty; + public string BodyPartForEditOther { get; set; } = string.Empty; + public DateTime? StudyTime { get; set; } diff --git a/IRaCIS.Core.Application/Service/ImageAndDoc/StudyService.cs b/IRaCIS.Core.Application/Service/ImageAndDoc/StudyService.cs index e46c85f9f..07fd93a50 100644 --- a/IRaCIS.Core.Application/Service/ImageAndDoc/StudyService.cs +++ b/IRaCIS.Core.Application/Service/ImageAndDoc/StudyService.cs @@ -382,7 +382,8 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc Id = t.Id, - Bodypart = t.BodyPartExamined, + Bodypart = t.BodyPartForEdit, + BodyPartForEditOther = t.BodyPartForEditOther, Modalities = t.Modalities, @@ -433,6 +434,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc Id = t.Id, Bodypart = t.BodyPart, + BodyPartForEditOther=t.BodyPartForEditOther, Modalities = t.Modality,