changeset 57:1220d1cc186b

WADO-URI
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Aug 2015 18:13:28 +0200
parents 7f7235e781d9
children cd7eaea06a42
files README Status.txt
diffstat 2 files changed, 25 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sun Aug 02 15:42:42 2015 +0200
+++ b/README	Mon Aug 03 18:13:28 2015 +0200
@@ -15,8 +15,9 @@
 
 Currently, a basic support of the following protocols is provided:
 
-* WADO (Web Access to DICOM Persistent Objects)
+* WADO-URI (Web Access to DICOM Persistent Objects), previously known as WADO
   http://medical.nema.org/Dicom/2011/11_18pu.pdf
+  http://medical.nema.org/medical/dicom/current/output/html/part18.html#sect_6.2
 
 * WADO-RS (Web Access to DICOM Objects by RESTful Services)
   http://medical.nema.org/medical/dicom/current/output/html/part18.html#sect_6.5
--- a/Status.txt	Sun Aug 02 15:42:42 2015 +0200
+++ b/Status.txt	Mon Aug 03 18:13:28 2015 +0200
@@ -2,6 +2,29 @@
 
 
 
+=======================================
+6.2 WADO-URI (previously known as WADO)
+=======================================
+
+Supported
+---------
+
+* Retrieval of JPEG images ("&requestType=WADO&...")
+* Retrieval of DICOM file ("&requestType=WADO&contentType=application/dicom&...")
+* Retrieval of PNG images ("&requestType=WADO&contentType=image/png&...")
+
+
+Not supported
+-------------
+
+* Retrieval of DICOM SR (structured reports)
+* Retrieval of a region of a DICOM image
+* Manipulation of the image (annotations, windowing, thresholding...)
+* DICOM Response with a change in the transfer syntax
+* Specification of a quality for JPEG images
+
+
+
 ================================
 6.5.1 WADO-RS / RetrieveStudy
 6.5.2 WADO-RS / RetrieveSeries