Class HL7DestinationEntity
- Namespace
- Monai.Deploy.InformaticsGateway.Api.Models
- Assembly
- Monai.Deploy.InformaticsGateway.Api.dll
HL7 Destination Entity
public class HL7DestinationEntity : BaseApplicationEntity
- Inheritance
-
HL7DestinationEntity
- Inherited Members
- Extension Methods
Examples
{
"name": "MYPACS",
"hostIp": "10.20.100.200",
"port": 1104
}
Properties
Port
Gets or sets the port to connect to.
public int Port { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.