Class SourceApplicationEntity
Source (SCP) Application Entity
Inherited Members
Namespace: Monai.Deploy.InformaticsGateway.Api
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
public class SourceApplicationEntity : BaseApplicationEntity
Examples
{
"name": "AIAETitle",
"hostIp": "10.20.100.200",
"aeTitle": "AIAETITLE"
}
Constructors
| Improve this Doc View SourceSourceApplicationEntity()
Declaration
public SourceApplicationEntity()
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 |
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 |