Search Results for

    Show / Hide Table of Contents

    Class HealthStatusResponse

    Response message of a successful inference request.

    Inheritance
    Object
    HealthStatusResponse
    Namespace: Nvidia.Clara.DicomAdapter.API.Rest
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public class HealthStatusResponse : object

    Properties

    | Improve this Doc View Source

    ActiveDimseConnections

    Gets or sets the number of active DIMSE connetions.

    Declaration
    public int ActiveDimseConnections { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Services

    Gets or sets status of DICOM Adapter services.

    Declaration
    public Dictionary<string, ServiceStatus> Services { get; set; }
    Property Value
    Type Description
    Dictionary<String, ServiceStatus>
    • 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