Enum InputInterfaceType
Specifies the type of data source interface.
Namespace: Nvidia.Clara.DicomAdapter.API.Rest
Assembly: Nvidia.Clara.Dicom.API.dll
Syntax
public enum InputInterfaceType : int
Fields
Name | Description |
---|---|
Algorithm | NVIDIA Clara Deploy only - specifies a Clara Pipeline to trigger with the request
|
DicomWeb | Retrieves data using DICOMweb API
|
Dimse | Retrieves data using TCP based DICOM DIMSE services
|