Class MllpClientResult
Inheritance
System.Object
MllpClientResult
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
public class MllpClientResult
Constructors
|
Improve this Doc
View Source
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
Declaration
public AggregateException AggregateException { get; }
Property Value
Type |
Description |
System.AggregateException |
|
|
Improve this Doc
View Source
Declaration
public IList<Message> Messages { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<HL7.Dotnetcore.Message> |
|