changeset 767:c19552f604d5 dicom-rt

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Apr 2014 16:15:58 +0200
parents 2f7802e95dd0
children e57e08ed510f
files OrthancServer/OrthancRestApi/OrthancRestApi.cpp OrthancServer/OrthancRestApi/RadiotherapyRestApi.cpp
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestApi.cpp	Wed Apr 16 16:09:55 2014 +0200
+++ b/OrthancServer/OrthancRestApi/OrthancRestApi.cpp	Wed Apr 16 16:15:58 2014 +0200
@@ -80,5 +80,7 @@
     RegisterArchive();
 
     Register("/instances", UploadDicomFile);
+
+    RegisterRadiotherapy();
   }
 }
--- a/OrthancServer/OrthancRestApi/RadiotherapyRestApi.cpp	Wed Apr 16 16:09:55 2014 +0200
+++ b/OrthancServer/OrthancRestApi/RadiotherapyRestApi.cpp	Wed Apr 16 16:15:58 2014 +0200
@@ -807,5 +807,7 @@
 }
 
 
-//  curl http://localhost:8042/series/0b9e2bb2-605a59aa-f27c0260-9cc4faf6-9d8bf457/rt-structures
-//  curl http://localhost:8042/series/ef041e6b-c855e775-f7e0f7fe-dc3c17dc-533cb8c5/rt-structures
+/**
+   storescu localhost 4242 ~/DICOM/Akos/data1/*.dcm
+   curl http://localhost:8042/series/10668f4a-fcc8fd1c-832e409c-5c7c018f-7ac8d3d9/rt-structures
+**/