Search Results for

    Show / Hide Table of Contents

    Class RequestInputDataResource

    Represents an input resource (data source).

    Inheritance
    Object
    RequestInputDataResource
    Namespace: Nvidia.Clara.DicomAdapter.API.Rest
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public class RequestInputDataResource : object
    Examples
    {
        ...
        "inputResources" : [
            {
                "interface": "Algorithm",
                "connectionDetails" : {
                    "name": "ai-lung-tumor",
                    "id": "123456790"
                }
            },
            {
                "interface": "DICOMweb",
                "connectionDetails" : {
                    "operations": [ "QUERY", "RETRIEVE" ],
                    "uri": "http://host:port/dicomweb/",
                    "authID": "dXNlcm5hbWU6cGFzc3dvcmQ=",
                    "authType": "Basic"
                }
            }
        ]
        ...
    }

    Properties

    | Improve this Doc View Source

    ConnectionDetails

    Gets or sets connection details of a data source.

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

    Interface

    Gets or sets the type of interface or a data source.

    Declaration
    public InputInterfaceType Interface { get; set; }
    Property Value
    Type Description
    InputInterfaceType
    • 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