Class DestinationApplicationEntity
Destination Application Entity
Inherited Members
Namespace: Monai.Deploy.InformaticsGateway.Api.Models
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
public class DestinationApplicationEntity : BaseApplicationEntity
Examples
{
"name": "MYPACS",
"hostIp": "10.20.100.200",
"aeTitle": "MONAIPACS",
"port": 1104
}
Constructors
| Improve this Doc View SourceDestinationApplicationEntity()
Declaration
public DestinationApplicationEntity()
Properties
| Improve this Doc View SourceAeTitle
Gets or sets the AE Title (AET) used to identify itself in a DICOM association.
Declaration
public string AeTitle { get; set; }
Property Value
Type | Description |
---|---|
String |
Port
Gets or sets the port to connect to.
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
| Improve this Doc View SourceSetDefaultValues()
Declaration
public override void SetDefaultValues()
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |