Mercurial > hg > orthanc
comparison TODO @ 4478:5248be65146a
todo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 27 Jan 2021 17:28:34 +0100 |
parents | c92ec129698a |
children | 6adeaff62b42 |
comparison
equal
deleted
inserted
replaced
4477:0a2c9790cb41 | 4478:5248be65146a |
---|---|
7 General | 7 General |
8 ======= | 8 ======= |
9 | 9 |
10 * Configure an user-defined site UID root if generating DICOM UIDs | 10 * Configure an user-defined site UID root if generating DICOM UIDs |
11 ("FromDcmtkBridge::GenerateUuid()") | 11 ("FromDcmtkBridge::GenerateUuid()") |
12 * Support "/preview" and "/matlab" for LUT color images | |
13 * Improve handling of errors in the command queue: | 12 * Improve handling of errors in the command queue: |
14 https://groups.google.com/d/msg/orthanc-users/--njEbqcDDI/rBu8XL-Mm-cJ | 13 https://groups.google.com/d/msg/orthanc-users/--njEbqcDDI/rBu8XL-Mm-cJ |
15 * Support partial file retrieval in Orthanc::HttpClient | 14 * Support partial file retrieval in Orthanc::HttpClient |
16 * Support retry counter in Orthanc::HttpClient | 15 * Support retry counter in Orthanc::HttpClient |
17 * Option to enable DNS lookups in DICOM: https://goo.gl/woa35Z | 16 * Option to enable DNS lookups in DICOM: https://goo.gl/woa35Z |
23 | 22 |
24 -------- | 23 -------- |
25 Mid-term | 24 Mid-term |
26 -------- | 25 -------- |
27 | 26 |
27 * Archive jobs: Resume downloads using "range requests": | |
28 https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests | |
28 * Create DICOM from DICOMweb JSON ("application/dicom+json") | 29 * Create DICOM from DICOMweb JSON ("application/dicom+json") |
29 with "/tools/create-dicom" | 30 with "/tools/create-dicom" |
30 * Create multi-frame images with /tools/create-dicom (by adding a | 31 * Create multi-frame images with /tools/create-dicom (by adding a |
31 "MultiFrame" flag to avoid creating a series) | 32 "MultiFrame" flag to avoid creating a series) |
32 * In the /studies/{id}/anonymize route, add an option to remove secondary captures. | 33 * Specify the transfer syntax in /tools/create-dicom |
33 They usually contains Patient info in the image. The SOPClassUID might be used to | 34 * In the /studies/{id}/anonymize route, add an option to remove |
34 identify such secondary captures. | 35 secondary captures. They usually contains Patient info in the |
36 image. The SOPClassUID might be used to identify such secondary | |
37 captures. | |
38 * Support "/preview" and "/matlab" for LUT color images | |
35 | 39 |
36 --------- | 40 --------- |
37 Long-term | 41 Long-term |
38 --------- | 42 --------- |
39 | 43 |