Class DestinationApplicationEntity
- Namespace
- Monai.Deploy.InformaticsGateway.Api.Models
- Assembly
- Monai.Deploy.InformaticsGateway.Api.dll
Destination Application Entity
public class DestinationApplicationEntity : BaseApplicationEntity
- Inheritance
-
DestinationApplicationEntity
- Inherited Members
- Extension Methods
Examples
{
"name": "MYPACS",
"hostIp": "10.20.100.200",
"aeTitle": "MONAIPACS",
"port": 1104
}
Constructors
DestinationApplicationEntity()
public DestinationApplicationEntity()
Properties
AeTitle
Gets or sets the AE Title (AET) used to identify itself in a DICOM association.
public string AeTitle { get; set; }
Property Value
Port
Gets or sets the port to connect to.
public int Port { get; set; }
Property Value
Methods
SetDefaultValues()
public override void SetDefaultValues()
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.