Class HL7DestinationEntity
HL7 Destination Entity
Inherited Members
Namespace: Monai.Deploy.InformaticsGateway.Api.Models
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
public class HL7DestinationEntity : BaseApplicationEntity
Examples
{
"name": "MYPACS",
"hostIp": "10.20.100.200",
"port": 1104
}
Properties
| Improve this Doc View SourcePort
Gets or sets the port to connect to.
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |