Interface IInputDataPlugIn
IInputDataPlugIn
enables lightweight data processing over incoming data received from supported data ingestion
services.
Refer to IInputDataPlugInEngine for additional details.
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
public interface IInputDataPlugIn
Properties
|
Improve this Doc
View Source
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
Task<(DicomFile dicomFile, FileStorageMetadata fileMetadata)> ExecuteAsync(DicomFile dicomFile, FileStorageMetadata fileMetadata)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task<System.ValueTuple<FellowOakDicom.DicomFile, FileStorageMetadata>> |
|