Search Results for

    Show / Hide Table of Contents

    Interface IInputHL7DataPlugIn

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

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

    Properties

    | Improve this Doc View Source

    Name

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

    Methods

    | Improve this Doc View Source

    ExecuteAsync(Message, FileStorageMetadata)

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