Class SourceApplicationEntity
- Namespace
- Monai.Deploy.InformaticsGateway.Api
- Assembly
- Monai.Deploy.InformaticsGateway.Api.dll
Source (SCP) Application Entity
public class SourceApplicationEntity : BaseApplicationEntity
- Inheritance
-
SourceApplicationEntity
- Inherited Members
- Extension Methods
Examples
{
"name": "AIAETitle",
"hostIp": "10.20.100.200",
"aeTitle": "AIAETITLE"
}
Constructors
SourceApplicationEntity()
public SourceApplicationEntity()
Properties
AeTitle
Gets or sets the AE Title (AET) used to identify itself in a DICOM association.
public string AeTitle { 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.