Class HealthStatusResponse
Response message of a successful inference request.
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 |
---|---|
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 |
---|---|
Dictionary<String, ServiceStatus> |