Search Results for

    Show / Hide Table of Contents

    Class BaseApplicationEntity

    DICOM Application Entity or AE.

    Inheritance
    Object
    BaseApplicationEntity
    DestinationApplicationEntity
    SourceApplicationEntity
    Namespace: Nvidia.Clara.DicomAdapter.API
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public class BaseApplicationEntity : object
    Remarks
    • Application Entity

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

    HostIp

    Gets or set the host name or IP address of the AE Title.

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