# HG changeset patch # User Sebastien Jodogne # Date 1539096268 -7200 # Node ID edfd98a2b6c4a15837b5b00f33d74869931d5626 # Parent 67ebfacf4467289a010a3f49ac57f0bb3992a39d removed done tasks in TODO diff -r 67ebfacf4467 -r edfd98a2b6c4 TODO --- a/TODO Tue Oct 09 16:28:55 2018 +0200 +++ b/TODO Tue Oct 09 16:44:28 2018 +0200 @@ -18,8 +18,6 @@ * Support partial file retrieval in Orthanc::HttpClient * Support retry counter in Orthanc::HttpClient * Option to enable DNS lookups in DICOM: https://goo.gl/woa35Z -* Option to overwrite and reindex on duplicated instance identifier - (i.e. replace older DICOM instance by new one on identical SOPInstanceUID) ============ @@ -48,10 +46,6 @@ * 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. @@ -106,11 +100,8 @@ Ideas of plugins ---------------- -* Complex anonymization, with recursive mapping of UIDs - https://bitbucket.org/sjodogne/orthanc/issues/46/ * DICOM-RT primitives (RT-STRUCT, RT-PLAN, RT-DOSE) * Converter to/from NIfTI -* MySQL database plugin * Decode JPEG2k with grok: https://github.com/GrokImageCompression/grok * Generate dynamic HTTP content using Lua: https://groups.google.com/d/msg/orthanc-users/KompazkxRSs/5Rh03mzgDAAJ