# HG changeset patch # User Alain Mazy # Date 1498037095 0 # Node ID 72aef993b510c97ff6acf249ba7ccb3d4e45df34 # Parent b3afbffbeda346e021bc52945b262f0deff9c6eb added 2 TODOs diff -r b3afbffbeda3 -r 72aef993b510 TODO --- 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