# HG changeset patch # User Sebastien Jodogne # Date 1397657758 -7200 # Node ID c19552f604d50af5f4aa80245aa5ed94e5b1b37f # Parent 2f7802e95dd02610964bf7d65e0afd839f82cd74 fix diff -r 2f7802e95dd0 -r c19552f604d5 OrthancServer/OrthancRestApi/OrthancRestApi.cpp --- 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(); } } diff -r 2f7802e95dd0 -r c19552f604d5 OrthancServer/OrthancRestApi/RadiotherapyRestApi.cpp --- 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 +**/