Search Results for

    Show / Hide Table of Contents

    Class DestinationApplicationEntity

    Destination Application Entity

    Inheritance
    Object
    BaseApplicationEntity
    DestinationApplicationEntity
    Inherited Members
    BaseApplicationEntity.AeTitle
    BaseApplicationEntity.HostIp
    Namespace: Nvidia.Clara.DicomAdapter.API
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public class DestinationApplicationEntity : BaseApplicationEntity
    Examples
    {
        "name": "MYPACS",
        "hostIp": "10.20.100.200",
        "aeTitle": "NVIDIAPACS"
    }

    Properties

    | Improve this Doc View Source

    Name

    Gets or sets the unique name used to identify a DICOM destination. This value must be unique.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    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
    Int32

    Extension Methods

    ValidationExtensions.IsValid(DestinationApplicationEntity, IEnumerable<String>, out IList<String>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2021 NVIDIA Corporation
    NVIDIA Clara™ is a trademark of NVIDIA Corporation.
    Generated by DocFX