Enum InputInterfaceType
Specifies the type of data source interface.
Namespace: Monai.Deploy.InformaticsGateway.Api.Rest
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
[JsonConverter(typeof(JsonStringEnumMemberConverter))]
public enum InputInterfaceType
Fields
Name | Description |
---|---|
Algorithm | MONAI Deploy only - specifies a MONAI Application to trigger with the request
|
DicomWeb | Retrieves data using DICOMweb API
|
Dimse | Retrieves data using TCP based DICOM DIMSE services
|
Fhir | Retrieves data via FHIR.
|