Search Results for

    Show / Hide Table of Contents

    Class DestinationApplicationEntity

    Destination Application Entity

    Inheritance
    System.Object
    MongoDBEntityBase
    BaseApplicationEntity
    DestinationApplicationEntity
    Inherited Members
    BaseApplicationEntity.Name
    BaseApplicationEntity.HostIp
    BaseApplicationEntity.CreatedBy
    BaseApplicationEntity.UpdatedBy
    BaseApplicationEntity.DateTimeUpdated
    BaseApplicationEntity.SetAuthor(ClaimsPrincipal, EditMode)
    MongoDBEntityBase.Id
    MongoDBEntityBase.DateTimeCreated
    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 Source

    DestinationApplicationEntity()

    Declaration
    public DestinationApplicationEntity()

    Properties

    | Improve this Doc View Source

    AeTitle

    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
    System.String
    | Improve this Doc View Source

    Port

    Gets or sets the port to connect to.

    Declaration
    public int Port { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    SetDefaultValues()

    Declaration
    public override void SetDefaultValues()
    Overrides
    BaseApplicationEntity.SetDefaultValues()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    BaseApplicationEntity.ToString()

    Extension Methods

    ValidationExtensions.IsValid(DestinationApplicationEntity, out IList<String>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX