In This Topic
Configure a web server to handle DicomWeb
Syntax
'Declaration
Public Sub Configure( _
ByVal As System.Web.Http.HttpConfiguration, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
)
public void Configure(
System.Web.Http.HttpConfiguration ,
System.string ,
System.string ,
System.string ,
System.string ,
System.string ,
System.string ,
System.bool ,
System.bool
)
Parameters
- Configuration
- An web server configuration object to do the listening
- BaseUri
-
The uri on which the server will be listening - this is only used for creating "links" as the user is responsible
for
actually listening on that URL - see remarks
- StowPrefix
- The prefix to be used for STOW operations
- QidoPrefix
- The prefix to be used for QIDO operations
- WadoPrefix
- The prefix to be used for WADO operations
- WorklistPrefix
- The prefix to be used for Worklist operations
- BulkPrefix
- The prefix to be used for bul data retrieval
- Async
- Enables or disables asynchronous handling of requests
- streamResponse
- Enables or disables streamed response in WADO Native
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also