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; }