Search Results for

    Show / Hide Table of Contents

    Class InputConnectionDetails

    Connection details of a data source.

    Inheritance
    System.Object
    DicomWebConnectionDetails
    InputConnectionDetails
    Inherited Members
    DicomWebConnectionDetails.Operations
    DicomWebConnectionDetails.Uri
    DicomWebConnectionDetails.AuthId
    DicomWebConnectionDetails.AuthType
    Namespace: Monai.Deploy.InformaticsGateway.Api.Rest
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class InputConnectionDetails : DicomWebConnectionDetails

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the MONAI Application name or ID. Used when InputInterfaceType is Algorithm.

    Declaration
    [JsonPropertyName("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Gets or sets the name of the algorithm. Used when InputInterfaceType is Algorithm. Name is also used as the job name.

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX