File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
using Monai . Deploy . InformaticsGateway . Services . DicomWeb ;
37
37
using Monai . Deploy . InformaticsGateway . Services . Export ;
38
38
using Monai . Deploy . InformaticsGateway . Services . Fhir ;
39
+ using Monai . Deploy . InformaticsGateway . Services . HealthLevel7 ;
39
40
using Monai . Deploy . InformaticsGateway . Services . Http ;
40
41
using Monai . Deploy . InformaticsGateway . Services . Scp ;
41
42
using Monai . Deploy . InformaticsGateway . Services . Scu ;
@@ -187,4 +188,4 @@ private static NLog.Logger ConfigureNLog(string assemblyVersionNumber)
187
188
. GetCurrentClassLogger ( ) ;
188
189
}
189
190
}
190
- }
191
+ }
Original file line number Diff line number Diff line change 25
25
using Microsoft . Extensions . Options ;
26
26
using Monai . Deploy . InformaticsGateway . Api . Mllp ;
27
27
using Monai . Deploy . InformaticsGateway . Configuration ;
28
- using Monai . Deploy . InformaticsGateway . Database . Api . Repositories ;
29
28
using Monai . Deploy . InformaticsGateway . Logging ;
30
29
31
- namespace Monai . Deploy . InformaticsGateway . Api . Mllp
30
+ namespace Monai . Deploy . InformaticsGateway . Services . HealthLevel7
32
31
{
33
32
internal class MllpService : IMllpService
34
33
{
You can’t perform that action at this time.
0 commit comments