Search Results for

    Show / Hide Table of Contents

    Class MllpClientResult

    Inheritance
    System.Object
    MllpClientResult
    Namespace: Monai.Deploy.InformaticsGateway.Api.Mllp
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class MllpClientResult

    Constructors

    | Improve this Doc View Source

    MllpClientResult(IList<Message>, AggregateException)

    Declaration
    public MllpClientResult(IList<Message> messages, AggregateException aggregateException)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<HL7.Dotnetcore.Message> messages
    System.AggregateException aggregateException

    Properties

    | Improve this Doc View Source

    AggregateException

    Declaration
    public AggregateException AggregateException { get; }
    Property Value
    Type Description
    System.AggregateException
    | Improve this Doc View Source

    Messages

    Declaration
    public IList<Message> Messages { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<HL7.Dotnetcore.Message>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX