Interface IOutputDataPlugIn
IOutputDataPlugIn
enables lightweight data processing over incoming data received from supported data ingestion
services.
Refer to IOutputDataPlugInEngine for additional details.
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
public interface IOutputDataPlugIn
Properties
|
Improve this Doc
View Source
Declaration
Property Value
Methods
|
Improve this Doc
View Source
Declaration
Task<(DicomFile dicomFile, ExportRequestDataMessage exportRequestDataMessage)> ExecuteAsync(DicomFile dicomFile, ExportRequestDataMessage exportRequestDataMessage)
Parameters
Returns