# HG changeset patch # User Sebastien Jodogne # Date 1611764914 -3600 # Node ID 5248be65146ac249c4787fbac0fc17b03fe95b9d # Parent 0a2c9790cb4166e59d06e6888e973222089a9a0b todo diff -r 0a2c9790cb41 -r 5248be65146a TODO --- a/TODO Wed Jan 27 16:54:03 2021 +0100 +++ b/TODO Wed Jan 27 17:28:34 2021 +0100 @@ -9,7 +9,6 @@ * Configure an user-defined site UID root if generating DICOM UIDs ("FromDcmtkBridge::GenerateUuid()") -* Support "/preview" and "/matlab" for LUT color images * Improve handling of errors in the command queue: https://groups.google.com/d/msg/orthanc-users/--njEbqcDDI/rBu8XL-Mm-cJ * Support partial file retrieval in Orthanc::HttpClient @@ -25,13 +24,18 @@ Mid-term -------- +* Archive jobs: Resume downloads using "range requests": + https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests * 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. - They usually contains Patient info in the image. The SOPClassUID might be used to - identify such secondary captures. +* Specify the transfer syntax in /tools/create-dicom +* 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. +* Support "/preview" and "/matlab" for LUT color images --------- Long-term