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

For overviews, tutorials, examples, guides, and tool documentation, please see:
  • Classes
    Class
    Description
    The HttpServer class is an abstract class that implements a minimal GET method for a web server, primarily as a basis to implement WadoServer.
    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.
    The WadoRequest class parses a DICOM PS 3.18 (ISO 17432), WADO URL into its constituent query parameters.
    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.
    The WebRequest class parses a URL that contains a requestType parameter and additional query parameters.
    This class provides common support to applications requiring properties related to web services.