Class RequestedSeries
Details of a DICOM series to be retrieved for an inference request.
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 SourceInstances
Gets or sets a list of DICOM instances to be retrieved.
Declaration
[JsonPropertyName("instances")]
public IList<RequestedInstance> Instances { get; set; }
Property Value
Type | Description |
---|---|
IList<RequestedInstance> |
SeriesInstanceUid
Gets or sets the Series Instance UID to be retrieved.
Declaration
[JsonPropertyName("SeriesInstanceUID")]
public string SeriesInstanceUid { get; set; }
Property Value
Type | Description |
---|---|
String |