From bd0c1296bb23e2afd15da3741fdedc078e7149af Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Thu, 6 Oct 2022 15:07:23 -0700 Subject: [PATCH 1/3] gh-199 Include export status for every file Signed-off-by: Victor Chang --- ...Monai.Deploy.InformaticsGateway.Api.csproj | 2 +- ...oy.InformaticsGateway.Configuration.csproj | 4 +- .../Logging/Log.500.ExportService.cs | 2 +- .../Monai.Deploy.InformaticsGateway.csproj | 4 +- .../Services/Export/DicomWebExportService.cs | 21 +++++-- .../Export/ExportRequestDataMessage.cs | 9 ++- .../Export/ExportRequestEventDetails.cs | 6 +- .../Services/Export/ExportServiceBase.cs | 6 +- .../Services/Export/ScuExportService.cs | 23 ++++++-- .../Export/DicomWebExportServiceTest.cs | 18 ++++-- .../Services/Export/ExportServiceBaseTest.cs | 57 ++++++++++++++++++- .../Services/Export/ScuExportServiceTest.cs | 31 ++++++---- ...InformaticsGateway.Integration.Test.csproj | 4 +- 13 files changed, 148 insertions(+), 39 deletions(-) diff --git a/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj b/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj index 116e3cbfa..ade970aad 100644 --- a/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj +++ b/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj @@ -30,7 +30,7 @@ - + diff --git a/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj b/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj index 8b45a0cbb..2ca1f6785 100644 --- a/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj +++ b/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj @@ -1,4 +1,4 @@ -