Skip to content

Commit 4002c0d

Browse files
committed
Fix namespaces
Signed-off-by: Victor Chang <[email protected]>
1 parent 9d2b981 commit 4002c0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/InformaticsGateway/Program.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
using Monai.Deploy.InformaticsGateway.Services.DicomWeb;
3737
using Monai.Deploy.InformaticsGateway.Services.Export;
3838
using Monai.Deploy.InformaticsGateway.Services.Fhir;
39+
using Monai.Deploy.InformaticsGateway.Services.HealthLevel7;
3940
using Monai.Deploy.InformaticsGateway.Services.Http;
4041
using Monai.Deploy.InformaticsGateway.Services.Scp;
4142
using Monai.Deploy.InformaticsGateway.Services.Scu;
@@ -187,4 +188,4 @@ private static NLog.Logger ConfigureNLog(string assemblyVersionNumber)
187188
.GetCurrentClassLogger();
188189
}
189190
}
190-
}
191+
}

src/InformaticsGateway/Services/HealthLevel7/MllpService.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@
2525
using Microsoft.Extensions.Options;
2626
using Monai.Deploy.InformaticsGateway.Api.Mllp;
2727
using Monai.Deploy.InformaticsGateway.Configuration;
28-
using Monai.Deploy.InformaticsGateway.Database.Api.Repositories;
2928
using Monai.Deploy.InformaticsGateway.Logging;
3029

31-
namespace Monai.Deploy.InformaticsGateway.Api.Mllp
30+
namespace Monai.Deploy.InformaticsGateway.Services.HealthLevel7
3231
{
3332
internal class MllpService : IMllpService
3433
{

0 commit comments

Comments
 (0)