Search Results for

    Show / Hide Table of Contents

    Class HealthStatusResponse

    Response message of a successful inference request.

    Inheritance
    System.Object
    HealthStatusResponse
    Namespace: Monai.Deploy.InformaticsGateway.Api.Rest
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class HealthStatusResponse

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

    Services

    Gets or sets status of the MONAI Deploy Informatics Gateway services.

    Declaration
    public Dictionary<string, ServiceStatus> Services { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, ServiceStatus>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX