See: Description
| Class | Description |
|---|---|
| HttpServer |
The
HttpServer class is an abstract class that implements
a minimal GET method for a web server, primarily as a basis to implement WadoServer. |
| RequestTypeServer |
The
RequestTypeServer implements an HTTP server that responds
to requests of a specified type and dispatches the further
handling to a derived class corresponding to the request type. |
| WadoRequest |
The
WadoRequest class parses a DICOM PS 3.18 (ISO 17432),
WADO URL into its constituent query parameters. |
| WadoServer |
The
WadoServer implements an HTTP server that responds to WADO GET requests
as defined by DICOM PS 3.18 (ISO 17432), which provides a standard web (http) interface through which to retrieve DICOM objects either
as DICOM files or as derived JPEG images. |
| WebRequest |
The
WebRequest class parses a URL
that contains a requestType parameter and additional query parameters. |
| WebServerApplicationProperties |
This class provides common support to applications requiring properties related to web services.
|
Implements Web Access to DICOM Objects (WADO) as defined in DICOM PS 3.18 (ISO 17432).
The primary class of this package is WadoServer. It
implements an HTTP server that responds to WADO GET requests.
Warning ... the API defined in this package is experimental and in a state of flux and is likely to be changed. DAC 2005/01/19.