From b2389403d9ec9913e8c0422b4af317a9db27fd8c Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 19 Sep 2025 15:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E8=AE=B0=E5=BD=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=9B=91=E6=8E=A7=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs b/IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs index 8b8fa455f..754e79e91 100644 --- a/IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs +++ b/IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs @@ -1029,6 +1029,8 @@ namespace IRaCIS.Application.Contracts public int StudyCount { get; set; } + public string UploadJsonStr { get; set; } + public Guid TrialId { get; set; } public Guid TrialSiteId { get; set; }