Search Results for

    Show / Hide Table of Contents

    Interface IInputDataPlugIn

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

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

    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, FileStorageMetadata)

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