Enum InputInterfaceOperations
Permitted operations for a data source
Namespace: Monai.Deploy.InformaticsGateway.Api.Rest
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
[JsonConverter(typeof(JsonStringEnumMemberConverter))]
public enum InputInterfaceOperations
Fields
Name | Description |
---|---|
Query | Query includes C-FIND, QIDO operations
|
Retrieve | Retrieve include C-MOVE, WADO operations
|
Store | Store includes C-STORE, STOW operations
|
WadoRetrieve | DICOMweb WADO
|