changeset 52:8b9c3e005041

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 02 Aug 2015 12:34:33 +0200
parents cb730ce687a8
children 94e84d43d143 82b15e31895f 56fef04eab40
files README
diffstat 1 files changed, 6 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sun Aug 02 12:24:51 2015 +0200
+++ b/README	Sun Aug 02 12:34:33 2015 +0200
@@ -7,7 +7,7 @@
 
 This repository contains the source code of a plugin for Orthanc, the
 lightweight Vendor Neutral Archive for medical imaging. This plugin
-extends the RESTful API of Orthanc with DICOM Web support.
+extends the RESTful API of Orthanc with WADO and DICOMweb support.
 
 
 DICOM Web Support
@@ -15,6 +15,9 @@
 
 Currently, a basic support of the following protocols is provided:
 
+* WADO (Web Access to DICOM Persistent Objects)
+  http://medical.nema.org/Dicom/2011/11_18pu.pdf
+
 * WADO-RS (Web Access to DICOM Objects by RESTful Services)
   http://medical.nema.org/medical/dicom/current/output/html/part18.html#sect_6.5
 
@@ -28,14 +31,8 @@
 the "./Status.txt" file.
 
 
-Supported Platforms
--------------------
-
-Currently, the supported platforms are:
-
-* Linux 32bit.
-* Linux 64bit.
-* Windows 32bit with MinGW.
+Install
+-------
 
 Build instructions can be found in "./Resources/BuildInstructions.txt".