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