From 33c3fc158ff18f7aa2e1bdcf0688f360223f475b Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 15 Jan 2024 15:14:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[=E9=81=97=E6=BC=8F=20get=20set]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/Image/DicomStudyMonitor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Domain/Image/DicomStudyMonitor.cs b/IRaCIS.Core.Domain/Image/DicomStudyMonitor.cs index 09b7989c9..734865204 100644 --- a/IRaCIS.Core.Domain/Image/DicomStudyMonitor.cs +++ b/IRaCIS.Core.Domain/Image/DicomStudyMonitor.cs @@ -85,7 +85,7 @@ namespace IRaCIS.Core.Domain.Models public bool IsSuccess { get; set; } - public string Note = string.Empty; + public string Note { get; set; } = string.Empty; public string RecordPath { get; set; }=string.Empty; From d7f380fc7338c86cdca40e68fd48309ddadc50fe Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 15 Jan 2024 15:37:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=9A=82=E6=9C=AA=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=EF=BC=8C?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/IRaCIS.Core.Application.xml | 7 +++++++ .../Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 5e287a9fd..a2a3b22c0 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -1995,6 +1995,13 @@ + + + 获取PET5PS评分备注 + + + + 与基线相比摄取值变化 diff --git a/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs b/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs index 30a1ff306..fcc503520 100644 --- a/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs +++ b/IRaCIS.Core.Application/Service/ImageAndDoc/DTO/UnionStudyViewDodel.cs @@ -220,7 +220,7 @@ namespace IRaCIS.Core.Application.Contracts public int FailedFileCount { get; set; } - public string RecordPath { get; set; } + public string RecordPath { get; set; } = string.Empty; public AddOrUpdateStudyDto Study { get; set; }