File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
InformaticsGateway/Services/Scp Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ namespace Monai.Deploy.InformaticsGateway.Api
23
23
/// <summary>
24
24
/// <c>IInputDataPlugin</c> enables lightweight data processing over incoming data received from supported data ingestion
25
25
/// services.
26
- /// Refer to <see cref="IInputDataPluginEngine " /> for additional details.
26
+ /// Refer to <see cref="IOutputDataPluginEngine " /> for additional details.
27
27
/// </summary>
28
28
public interface IInputDataPlugin
29
29
{
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public class MonaiApplicationEntity : MongoDBEntityBase
73
73
public List < string > Workflows { get ; set ; } = default ! ;
74
74
75
75
/// <summary>
76
- /// Optional list of data input plug-in type names to be executed by the <see cref="IInputDataPluginEngine "/>.
76
+ /// Optional list of data input plug-in type names to be executed by the <see cref="IOutputDataPluginEngine "/>.
77
77
/// </summary>
78
78
public List < string > PluginAssemblies { get ; set ; } = default ! ;
79
79
Original file line number Diff line number Diff line change 20
20
using System . Threading . Tasks ;
21
21
using Ardalis . GuardClauses ;
22
22
using FellowOakDicom . Network ;
23
- using Microsoft . AspNetCore . Components . Web ;
24
23
using Microsoft . Extensions . DependencyInjection ;
25
24
using Microsoft . Extensions . Logging ;
26
25
using Microsoft . Extensions . Options ;
You can’t perform that action at this time.
0 commit comments