Search Results for

    Show / Hide Table of Contents

    Class DicomWebConnectionDetails

    Connection details of a data source.

    Inheritance
    Object
    DicomWebConnectionDetails
    InputConnectionDetails
    Namespace: Nvidia.Clara.DicomAdapter.API.Rest
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public class DicomWebConnectionDetails : object

    Properties

    | Improve this Doc View Source

    AuthId

    Gets or sets the authentication/authorization token of the connection. For HTTP basic access authentication, the value must be encoded in based 64 using "{username}:{password}" format.

    Declaration
    public string AuthId { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    AuthType

    Gets or sets the type of the authentication token used for the connection. Defaults to None if not specified.

    Declaration
    public ConnectionAuthType AuthType { get; set; }
    Property Value
    Type Description
    ConnectionAuthType
    | Improve this Doc View Source

    Operations

    Gets or sets a list of permitted operations for the connection.

    Declaration
    public IList<InputInterfaceOperations> Operations { get; set; }
    Property Value
    Type Description
    IList<InputInterfaceOperations>
    | Improve this Doc View Source

    Uri

    Gets or sets the resource URI (Uniform Resource Identifier) of the connection.

    Declaration
    public string Uri { get; set; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2021 NVIDIA Corporation
    NVIDIA Clara™ is a trademark of NVIDIA Corporation.
    Generated by DocFX