Class HealthStatusResponse
Response message of a successful inference request.
Namespace: Nvidia.Clara.DicomAdapter.API.Rest
Assembly: Nvidia.Clara.Dicom.API.dll
Syntax
public class HealthStatusResponse : object
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 DICOM Adapter services.
Declaration
public Dictionary<string, ServiceStatus> Services { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<String, ServiceStatus> |