From e16fd2f4deef582668baf43065e2e1aeb4465a4b Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 22 Sep 2025 11:53:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=A4=84=E7=90=86=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/ImageAndDoc/DTO/DownloadAndUploadDTO.cs | 4 ++++ .../Service/ImageAndDoc/DownloadAndUploadService.cs | 3 +++ 2 files changed, 7 insertions(+) diff --git a/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/DownloadAndUploadDTO.cs b/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/DownloadAndUploadDTO.cs index 3124f5d84..6e5748018 100644 --- a/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/DownloadAndUploadDTO.cs +++ b/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/DownloadAndUploadDTO.cs @@ -102,6 +102,8 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc.DTO public string BodyPartForEdit { get; set; } + public string BodyPartForEditOther { get; set; } + public DateTime? StudyTime { get; set; } public string Modalities { get; set; } @@ -126,6 +128,8 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc.DTO public string BodyPart { get; set; } + public string BodyPartForEditOther { get; set; } + public string Modality { get; set; } public DateTime ImageDate { get; set; } diff --git a/IRaCIS.Core.Application/Service/ImageAndDoc/DownloadAndUploadService.cs b/IRaCIS.Core.Application/Service/ImageAndDoc/DownloadAndUploadService.cs index d858c96f1..cf8a37980 100644 --- a/IRaCIS.Core.Application/Service/ImageAndDoc/DownloadAndUploadService.cs +++ b/IRaCIS.Core.Application/Service/ImageAndDoc/DownloadAndUploadService.cs @@ -190,6 +190,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc ModalityForEdit = t.ModalityForEdit, BodyPartExamined = t.BodyPartExamined, BodyPartForEdit = t.BodyPartForEdit, + BodyPartForEditOther = t.BodyPartForEditOther, StudyCode = t.StudyCode, StudyTime = t.StudyTime, @@ -209,6 +210,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc ModalityForEdit = t.ModalityForEdit, BodyPartExamined = t.BodyPartExamined, BodyPartForEdit = t.BodyPartForEdit, + BodyPartForEditOther = t.BodyPartForEditOther, StudyCode = t.StudyCode, StudyTime = t.StudyTime, @@ -734,6 +736,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc Description = ns.Description, ImageDate = ns.ImageDate, BodyPart = ns.BodyPart, + BodyPartForEditOther=ns.BodyPartForEditOther, FileCount = ns.FileCount, Modality = ns.Modality, StudyCode = ns.StudyCode,