From c187b5fb94eacc67680d7ee2034574ac47886802 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 20 Dec 2024 13:55:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs b/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs index 909c4e0a0..4888481e3 100644 --- a/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs +++ b/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs @@ -22,7 +22,6 @@ namespace IRaCIS.Application.Contracts public string? Modality { get; set; } - public List? ModalitiesInStudyList { get; set; } public string? AccessionNumber { get; set; } @@ -41,6 +40,7 @@ namespace IRaCIS.Application.Contracts [NotDefault] public Guid PacsDicomAEId { get; set; } + public List? ModalitiesInStudyList { get; set; } } public class SCUCmoveCommand