Search Results for

    Show / Hide Table of Contents

    Class RequestedInstance

    Details of a DICOM instance to be retrieved for an inference request.

    Inheritance
    System.Object
    RequestedInstance
    Namespace: Monai.Deploy.InformaticsGateway.Api.Rest
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class RequestedInstance
    Remarks

    SopInstanceUid> is required.

    Properties

    | Improve this Doc View Source

    SopInstanceUid

    Gets or sets the SOP Instance UID to be retrieved.

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