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 SourceActiveDimseConnections
Gets or sets the number of active DIMSE connetions.
Declaration
public int ActiveDimseConnections { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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> |