Package com.pixelmed.web
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.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:-
Class Summary Class Description HttpServer TheHttpServer
class is an abstract class that implements a minimal GET method for a web server, primarily as a basis to implementWadoServer
.RequestTypeServer TheRequestTypeServer
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 TheWadoRequest
class parses a DICOM PS 3.18 (ISO 17432), WADO URL into its constituent query parameters.WadoServer TheWadoServer
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 TheWebRequest
class parses a URL that contains arequestType
parameter and additional query parameters.WebServerApplicationProperties This class provides common support to applications requiring properties related to web services.