File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636using Monai . Deploy . InformaticsGateway . Services . DicomWeb ;
3737using Monai . Deploy . InformaticsGateway . Services . Export ;
3838using Monai . Deploy . InformaticsGateway . Services . Fhir ;
39+ using Monai . Deploy . InformaticsGateway . Services . HealthLevel7 ;
3940using Monai . Deploy . InformaticsGateway . Services . Http ;
4041using Monai . Deploy . InformaticsGateway . Services . Scp ;
4142using Monai . Deploy . InformaticsGateway . Services . Scu ;
@@ -187,4 +188,4 @@ private static NLog.Logger ConfigureNLog(string assemblyVersionNumber)
187188 . GetCurrentClassLogger ( ) ;
188189 }
189190 }
190- }
191+ }
Original file line number Diff line number Diff line change 2525using Microsoft . Extensions . Options ;
2626using Monai . Deploy . InformaticsGateway . Api . Mllp ;
2727using Monai . Deploy . InformaticsGateway . Configuration ;
28- using Monai . Deploy . InformaticsGateway . Database . Api . Repositories ;
2928using 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 {
You can’t perform that action at this time.
0 commit comments