Class RequestedInstance
Details of a DICOM instance to be retrieved for an inference request.
Namespace: Monai.Deploy.InformaticsGateway.Api.Rest
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
public class RequestedInstance
Remarks
SopInstanceUid>
is required.
Properties
| Improve this Doc View SourceSopInstanceUid
Gets or sets the SOP Instance UID to be retrieved.
Declaration
[JsonPropertyName("SOPInstanceUID")]
public IList<string> SopInstanceUid { get; set; }
Property Value
Type | Description |
---|---|
IList<String> |