Search Results for

    Show / Hide Table of Contents

    Interface IMllpService

    Namespace: Monai.Deploy.InformaticsGateway.Api.Mllp
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public interface IMllpService

    Methods

    | Improve this Doc View Source

    SendMllp(IPAddress, Int32, String, CancellationToken)

    Declaration
    Task SendMllp(IPAddress address, int port, string hl7Message, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.Net.IPAddress address
    System.Int32 port
    System.String hl7Message
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX