From a8049f2a604a89435635c7d97037242e9bb49ffa Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Fri, 6 Sep 2024 13:23:45 +0800
Subject: [PATCH] =?UTF-8?q?dicom=20=E5=BD=B1=E5=83=8F=E5=90=8E=E5=A4=84?=
=?UTF-8?q?=E7=90=86=E9=A2=84=E8=A7=88=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs | 1 +
.../Service/ImageAndDoc/DownloadAndUploadService.cs | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs b/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs
index 458f6b7e4..25856ce22 100644
--- a/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs
+++ b/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs
@@ -426,6 +426,7 @@ namespace IRaCIS.Core.Application.Contracts
public class IRTaskUploadedDicomStudyQuery
{
+ [NotDefault]
public Guid VisitTaskId { get; set; }
}
diff --git a/IRaCIS.Core.Application/Service/ImageAndDoc/DownloadAndUploadService.cs b/IRaCIS.Core.Application/Service/ImageAndDoc/DownloadAndUploadService.cs
index 03a1f596b..120181fef 100644
--- a/IRaCIS.Core.Application/Service/ImageAndDoc/DownloadAndUploadService.cs
+++ b/IRaCIS.Core.Application/Service/ImageAndDoc/DownloadAndUploadService.cs
@@ -831,6 +831,11 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
return ResponseOutput.Ok(result);
}
+ ///
+ /// dicom 影响后处理预览接口
+ ///
+ ///
+ ///
[HttpPost]
public async Task GetTaskUploadedDicomStudyList(IRTaskUploadedDicomStudyQuery inQuery)
{