Table of Contents

Class InputConnectionDetails

Namespace
Monai.Deploy.InformaticsGateway.Api.Rest
Assembly
Monai.Deploy.InformaticsGateway.Api.dll

Connection details of a data source.

public class InputConnectionDetails : DicomWebConnectionDetails
Inheritance
InputConnectionDetails
Inherited Members

Properties

Id

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

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

Name

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

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string