Interface IMllpService
Namespace: Monai.Deploy.InformaticsGateway.Api.Mllp
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
public interface IMllpService
Methods
| Improve this Doc View SourceSendMllp(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 |