Search Results for

    Show / Hide Table of Contents

    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

    JSON value: Algorithm

    DicomWeb

    Retrieves data using DICOMweb API

    JSON value: DICOMweb

    Dimse

    Retrieves data using TCP based DICOM DIMSE services

    JSON value: DIMSE

    Fhir

    Retrieves data via FHIR.

    JSON value: FHIR

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX