Class RequestedInstance
- Namespace
- Monai.Deploy.InformaticsGateway.Api.Rest
- Assembly
- Monai.Deploy.InformaticsGateway.Api.dll
Details of a DICOM instance to be retrieved for an inference request.
public class RequestedInstance
- Inheritance
-
RequestedInstance
Remarks
SopInstanceUid>
is required.
Properties
SopInstanceUid
Gets or sets the SOP Instance UID to be retrieved.
[JsonPropertyName("SOPInstanceUID")]
public IList<string>? SopInstanceUid { get; set; }