Search Results for

    Show / Hide Table of Contents

    Class RequestedSeries

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

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

    SeriesInstanceUID> is required.

    If instances> is not specified, the entire series is retrieved.

    Properties

    | Improve this Doc View Source

    Instances

    Gets or sets a list of DICOM instances to be retrieved.

    Declaration
    [JsonPropertyName("instances")]
    public IList<RequestedInstance> Instances { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<RequestedInstance>
    | Improve this Doc View Source

    SeriesInstanceUid

    Gets or sets the Series Instance UID to be retrieved.

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