Package com.pixelmed.web
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:-
ClassesClassDescriptionThe
HttpServer
class is an abstract class that implements a minimal GET method for a web server, primarily as a basis to implementWadoServer
.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.TheWadoRequest
class parses a DICOM PS 3.18 (ISO 17432), WADO URL into its constituent query parameters.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.TheWebRequest
class parses a URL that contains arequestType
parameter and additional query parameters.This class provides common support to applications requiring properties related to web services.