Search Results for

    Show / Hide Table of Contents

    Class RequestOutputDataResource

    Represents an output/export resource (data source).

    Inheritance
    System.Object
    RequestOutputDataResource
    Namespace: Monai.Deploy.InformaticsGateway.Api.Rest
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class RequestOutputDataResource
    Examples
    {
        ...
        "outputResource" : [
            {
                "interface": "DICOMweb",
                "connectionDetails" : {
                    "operations": [ "STORE" ],
                    "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
    [JsonPropertyName("connectionDetails")]
    public DicomWebConnectionDetails ConnectionDetails { get; set; }
    Property Value
    Type Description
    DicomWebConnectionDetails
    | Improve this Doc View Source

    Interface

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

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