Class RequestOutputDataResource
Represents an output/export resource (data source).
Namespace: Nvidia.Clara.DicomAdapter.API.Rest
Assembly: Nvidia.Clara.Dicom.API.dll
Syntax
public class RequestOutputDataResource : object
Examples
{
...
"outputResource" : [
{
"interface": "DICOMweb",
"connectionDetails" : {
"operations": [ "STORE" ],
"uri": "http://host:port/dicomweb/",
"authID": "dXNlcm5hbWU6cGFzc3dvcmQ=",
"authType": "Basic"
}
}
]
...
}
Properties
| Improve this Doc View SourceConnectionDetails
Gets or sets connection details of a data source.
Declaration
public DicomWebConnectionDetails ConnectionDetails { get; set; }
Property Value
Type | Description |
---|---|
DicomWebConnectionDetails |
Interface
Gets or sets the type of interface or a data source.
Declaration
public InputInterfaceType Interface { get; set; }
Property Value
Type | Description |
---|---|
InputInterfaceType |