Table of Contents

Class RequestedSeries

Namespace
Monai.Deploy.InformaticsGateway.Api.Rest
Assembly
Monai.Deploy.InformaticsGateway.Api.dll

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

public class RequestedSeries
Inheritance
RequestedSeries

Remarks

SeriesInstanceUID> is required.

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

Properties

Instances

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

[JsonPropertyName("instances")]
public IList<RequestedInstance>? Instances { get; set; }

Property Value

IList<RequestedInstance>

SeriesInstanceUid

Gets or sets the Series Instance UID to be retrieved.

[JsonPropertyName("SeriesInstanceUID")]
public string? SeriesInstanceUid { get; set; }

Property Value

string