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

    | Edit this page View Source

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ExecuteAsync(Message, FileStorageMetadata)

    Declaration
    Task<(Message hl7Message, FileStorageMetadata fileMetadata)> ExecuteAsync(Message hl7File, FileStorageMetadata fileMetadata)
    Parameters
    Type Name Description
    Message hl7File
    FileStorageMetadata fileMetadata
    Returns
    Type Description
    Task<(Message hl7Message, FileStorageMetadata fileMetadata)>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX