Class RequestedInstance
Details of a DICOM instance to be retrieved for an inference request.
Namespace: Nvidia.Clara.DicomAdapter.API.Rest
Assembly: Nvidia.Clara.Dicom.API.dll
Syntax
public class RequestedInstance : object
  Remarks
SopInstanceUid> is required.
Properties
| Improve this Doc View SourceSopInstanceUid
Gets or sets the SOP Instance UID to be retrieved.
Declaration
public IList<string> SopInstanceUid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| IList<String> |