DICOMweb

DICOMweb™ is a term applied to the family of RESTful DICOM® services defined for sending, retrieving and querying for medical images and related information.

The intent is to provide a light-weight mobile device and web browser friendly mechanism for accessing images, which can be implemented by developers who have minimal familiarity with the DICOM® standard and which uses consumer application friendly mechanisms like http, JSON and media types (like "image/jpeg") to the maximum extent possible.

The standard is formally defined in DICOM® PS3.18 Web Services.

The DICOMweb™ services are distinguished from other DICOM® web services by the suffix "-RS", indicating their RESTful nature.

The family consists primarily of:

  • WADO-RS for retrieval of DICOM® PS3.10 files, meta data in XML or JSON forms, bulk data separated from the meta data and rendered consumer format images
  • STOW-RS for storage (sending) of DICOM® PS3.10 files or separated meta data and bulk data
  • QIDO-RS for querying collections (databases, registries) of DICOM® objects

A key feature of the WADO-RS services is the ability to retrieve entire studies and series rather than needing repeated request for individual instances.

Other services including support for work lists (UPS-RS) and retrieval of server capabilities.

Examples

Some very simple examples of URL syntax and meta data encoding are described in the DICOMweb™ Cheatsheet.

Comparison with Conventional DICOM® services

Roughly speaking, the DICOMweb™ services can be compared with the conventional DIMSE DICOM® services as follows:

DICOMweb™ DIMSE
WADO-RS C-GET
STOW-RS C-STORE
QIDO-RS C-FIND

Indeed, apart from the different encoding of the request, packaging of the response and protocol used, the services are sufficiently similar that a DICOMweb™ proxy to a conventional implementation of DICOM® DIMSE services can be implemented (this is by design). The conventional DIMSE DICOM® services do actually have capabilities that correspond to the instance and frame level (Instance and Frame Level Retrieve) and separate meta data retrieval capabilities (Composite Instance Retrieve Without Bulk Data) of DICOMweb™, though these are not nearly as widely implemented as the traditional study-root study, series and image retrieval services.

History

Earlier DICOM® web services used either URL parameters (WADO-URI) or SOAP-based web services (WADO-WS) to retrieve DICOM® objects.

The original Web Access to DICOM® Persistent Objects (WADO) standard was a joint effort by DICOM® and an ISO working group [1] and was released in 2003 as DICOM® Supplement 85 and ISO 17432. The word "persistent" in the name was later dropped. The ISO standard has not been maintained as DICOM® PS3.18 has evolved over time. The suffix "-URI" was later added to distinguish what is now called WADO-URI from the newer services. WADO-URI became popular for providing access to both original DICOM® files and server side rendered versions of them, and accordingly was included in the IHE XDS-I.b profile as one of its required transport mechanisms,

After IHE had gone through several revisions of the XDS-I profile, it defined a SOAP-based mechanism for transferring images (the RAD-69 transaction), and this was added to DICOM® retrospectively, extended, and became WADO-WS, which was subsequently retired since it was incomplete and not being maintained.

As part of DICOM® Supplement 118 - Application Hosting, finalized in 2010, an XML "native DICOM® model" was introduced that defined bi-directional transcoding of DICOM® datasets between the conventional binary representation and an XML representation.

An independent group of developers defined an alternative transport mechanism, Medical Imaging Network Transport (MINT), and proposed it as an extension to DICOM®. Though MINT was not adopted in its entirety, the developers were assimilated by DICOM® WG 27, and several key features of MINT were defined as extensions to DICOM® PS3.18. Historical information about MINT can be found at the original MINT Google Code site.

The current set of DICOM® web services in DICOM® PS3.18, which include DICOMweb™, have evolved (or are being extended) through the following supplements:

Take care to always use the current DICOM® standard though, rather than implementing from any supplement, since corrections and additions have been incorporated over time.

Implementations

Server

Client

Further reading

References

  1. Cordonnier, Emmanuel (2003-09-22). "WADO - Web Access to DICOM® Persistent Objects". Retrieved 2016-03-21.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.