comparison TODO @ 4644:fa6482040c5c

todo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Apr 2021 13:40:35 +0200
parents bd0ba9ff0efa
children 1f90fe0fa13f
comparison
equal deleted inserted replaced
4643:bd0ba9ff0efa 4644:fa6482040c5c
35 * Archive jobs: Resume downloads using "range requests": 35 * Archive jobs: Resume downloads using "range requests":
36 https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests 36 https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests
37 * Create DICOM from DICOMweb JSON ("application/dicom+json") 37 * Create DICOM from DICOMweb JSON ("application/dicom+json")
38 with "/tools/create-dicom" 38 with "/tools/create-dicom"
39 * Create multi-frame images with /tools/create-dicom (by adding a 39 * Create multi-frame images with /tools/create-dicom (by adding a
40 "MultiFrame" flag to avoid creating a series) 40 "MultiFrame" flag to avoid creating a series), or modify PixelData
41 of a multi-frame image:
42 https://groups.google.com/g/orthanc-users/c/y3-xa_GcdLM/m/m0Kr5G5UPAAJ
41 * Specify the transfer syntax in /tools/create-dicom 43 * Specify the transfer syntax in /tools/create-dicom
42 * In the /studies/{id}/anonymize route, add an option to remove 44 * In the /studies/{id}/anonymize route, add an option to remove
43 secondary captures. They usually contains Patient info in the 45 secondary captures. They usually contains Patient info in the
44 image. The SOPClassUID might be used to identify such secondary 46 image. The SOPClassUID might be used to identify such secondary
45 captures. 47 captures.
46 * Support "/preview" and "/matlab" for LUT color images 48 * Support "/preview" and "/matlab" for LUT color images
49 * Add asynchronous mode in "/modalitities/.../move" for C-MOVE SCU:
50 https://groups.google.com/g/orthanc-users/c/G3_jBy4X4NQ/m/8BanTsdMBQAJ
51 * Ranges of DICOM tags for "Keep" and "Remove" in ".../modify" and ".../anonymize":
52 https://groups.google.com/g/orthanc-users/c/6dETktKo9v8/m/b0LUvSfwAgAJ
47 53
48 --------- 54 ---------
49 Long-term 55 Long-term
50 --------- 56 ---------
51 57