diff TODO @ 4459:16392fe89ce0

new mutex to protect registration of REST callbacks: restCallbackRegistrationMutex_
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jan 2021 13:30:54 +0100
parents a86fd55c4df0
children e8c7be7a02a9
line wrap: on
line diff
--- a/TODO	Wed Jan 20 12:43:44 2021 +0100
+++ b/TODO	Wed Jan 20 13:30:54 2021 +0100
@@ -25,6 +25,8 @@
 Mid-term
 --------
 
+* Create DICOM from DICOMweb JSON ("application/dicom+json")
+  with "/tools/create-dicom"
 * Create multi-frame images with /tools/create-dicom (by adding a
   "MultiFrame" flag to avoid creating a series)
 * In the /studies/{id}/anonymize route, add an option to remove secondary captures.
@@ -142,6 +144,7 @@
 * Avoid direct calls to FromDcmtkBridge (make most of its 
   methods private), go through ParsedDicomFile wherever possible
 
+
 =================
 Platform-specific
 =================
@@ -180,6 +183,16 @@
 Misc
 ====
 
+-----
+Legal
+-----
+
+* Drop "OpenSSL Exception" from the Orthanc license once OpenSSL 3.0.0
+  is released, because that version will replace "OpenSSL license"
+  (incompatible with GPL) by "Apache License 2.0" (compatible with
+  GPL): https://people.gnome.org/~markmc/openssl-and-the-gpl.html
+  
+
 -----------
 Performance
 -----------