Class HealthStatusResponse
- Namespace
- Monai.Deploy.InformaticsGateway.Api.Rest
- Assembly
- Monai.Deploy.InformaticsGateway.Api.dll
Response message of a successful inference request.
public class HealthStatusResponse
- Inheritance
-
HealthStatusResponse
Properties
ActiveDimseConnections
Gets or sets the number of active DIMSE connetions.
public int ActiveDimseConnections { get; set; }
Property Value
Services
Gets or sets status of the MONAI Deploy Informatics Gateway services.
public Dictionary<string, ServiceStatus> Services { get; set; }