diff TODO @ 2286:72aef993b510

added 2 TODOs
author Alain Mazy <am@osimis.io>
date Wed, 21 Jun 2017 09:24:55 +0000
parents b3afbffbeda3
children bf91a1c36802
line wrap: on
line diff
--- a/TODO	Fri Jun 16 12:46:06 2017 +0200
+++ b/TODO	Wed Jun 21 09:24:55 2017 +0000
@@ -32,6 +32,13 @@
 
 * Create multi-frame images with /tools/create-dicom (by adding a
   "MultiFrame" flag to avoid creating a series)
+* In the POST /instances, add a ?force=true query arguments to force Orthanc to replace 
+  the uploaded file even if it already exists in Orthanc.  This is useful when transcoding
+  an image outside Orthanc and reuploading it.  Since it has the same ids, its Orthanc ID
+  will be the same as the previous one.
+* In the /studies/{id}/anonymize route, add an option to remove secondary captures.
+  They usually contains Patient info in the image.  The SOPClassUID might be used to
+  identify such secondary captures.
 
 ---------
 Long-term