Search Results for

    Show / Hide Table of Contents

    Class RequestedSeries

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

    Inheritance
    Object
    RequestedSeries
    Namespace: Nvidia.Clara.DicomAdapter.API.Rest
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public class RequestedSeries : object
    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
    public IList<RequestedInstance> Instances { get; set; }
    Property Value
    Type Description
    IList<RequestedInstance>
    | Improve this Doc View Source

    SeriesInstanceUid

    Gets or sets the Series Instance UID to be retrieved.

    Declaration
    public string SeriesInstanceUid { 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