Search Results for

    Show / Hide Table of Contents

    Interface IOutputDataPlugIn

    IOutputDataPlugIn enables lightweight data processing over incoming data received from supported data ingestion services. Refer to IOutputDataPlugInEngine for additional details.

    Namespace: Monai.Deploy.InformaticsGateway.Api.PlugIns
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public interface IOutputDataPlugIn

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    ExecuteAsync(DicomFile, ExportRequestDataMessage)

    Declaration
    Task<(DicomFile dicomFile, ExportRequestDataMessage exportRequestDataMessage)> ExecuteAsync(DicomFile dicomFile, ExportRequestDataMessage exportRequestDataMessage)
    Parameters
    Type Name Description
    FellowOakDicom.DicomFile dicomFile
    ExportRequestDataMessage exportRequestDataMessage
    Returns
    Type Description
    System.Threading.Tasks.Task<System.ValueTuple<FellowOakDicom.DicomFile, ExportRequestDataMessage>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX