comparison TODO @ 4819:70d2a97ca8cb openssl-3.x

integration mainline->openssl-3.x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Nov 2021 13:12:32 +0100
parents 336571b8952f 6290a0b34aad
children 3e9a76464e8a
comparison
equal deleted inserted replaced
4785:61da49321754 4819:70d2a97ca8cb
34 * Add more configurations of viewers (Weasis, Slicer...): 34 * Add more configurations of viewers (Weasis, Slicer...):
35 https://book.orthanc-server.com/integrations.html 35 https://book.orthanc-server.com/integrations.html
36 * Discuss HL7 in a dedicated page: 36 * Discuss HL7 in a dedicated page:
37 https://groups.google.com/d/msg/orthanc-users/4dt4992O0lQ/opTjTFU2BgAJ 37 https://groups.google.com/d/msg/orthanc-users/4dt4992O0lQ/opTjTFU2BgAJ
38 https://groups.google.com/g/orthanc-users/c/Spjtcj9vSPo/m/ktUArWxUDQAJ 38 https://groups.google.com/g/orthanc-users/c/Spjtcj9vSPo/m/ktUArWxUDQAJ
39 39
40
41 ================
42 Orthanc Explorer
43 ================
44
45 * Option to tune the number of results for a local lookup:
46 https://groups.google.com/g/orthanc-users/c/LF39musq02Y/
47
40 48
41 ======== 49 ========
42 REST API 50 REST API
43 ======== 51 ========
44 52
58 * In the /studies/{id}/anonymize route, add an option to remove 66 * In the /studies/{id}/anonymize route, add an option to remove
59 secondary captures. They usually contains Patient info in the 67 secondary captures. They usually contains Patient info in the
60 image. The SOPClassUID might be used to identify such secondary 68 image. The SOPClassUID might be used to identify such secondary
61 captures. 69 captures.
62 * Support "/preview" and "/matlab" for LUT color images 70 * Support "/preview" and "/matlab" for LUT color images
71 * Try to transcode files if a simple decoding fails:
72 https://groups.google.com/g/orthanc-users/c/b8168-NkAhA/m/Df3j-CO9CgAJ
63 * Add asynchronous mode in "/modalitities/.../move" for C-MOVE SCU: 73 * Add asynchronous mode in "/modalitities/.../move" for C-MOVE SCU:
64 https://groups.google.com/g/orthanc-users/c/G3_jBy4X4NQ/m/8BanTsdMBQAJ 74 https://groups.google.com/g/orthanc-users/c/G3_jBy4X4NQ/m/8BanTsdMBQAJ
65 * Ranges of DICOM tags for "Keep" and "Remove" in ".../modify" and ".../anonymize": 75 * Ranges of DICOM tags for "Keep" and "Remove" in ".../modify" and ".../anonymize":
66 https://groups.google.com/g/orthanc-users/c/6dETktKo9v8/m/b0LUvSfwAgAJ 76 https://groups.google.com/g/orthanc-users/c/6dETktKo9v8/m/b0LUvSfwAgAJ
67 77
117 127
118 =========== 128 ===========
119 Performance 129 Performance
120 =========== 130 ===========
121 131
132 * StorageAccessor => add a memory cache using MemoryStringCache, for
133 instance to speed up WADO-RS Retrieve Frames in DICOMweb plugin
122 * ServerContext::DicomCacheLocker => give access to the raw buffer, 134 * ServerContext::DicomCacheLocker => give access to the raw buffer,
123 useful in ServerContext::DecodeDicomInstance() 135 useful in ServerContext::DecodeDicomInstance()
124 * DicomMap: create a cache to the main DICOM tags index 136 * DicomMap: create a cache to the main DICOM tags index
125 * Check out rapidjson: https://github.com/miloyip/nativejson-benchmark 137 * Check out rapidjson: https://github.com/miloyip/nativejson-benchmark
126 138 * optimize tools/find with ModalitiesInStudies:
139 https://groups.google.com/g/orthanc-users/c/aN8nqcRd3jw/m/pmc9ylVeAwAJ.
140 One solution could be: filter first without ModalitiesInStudies and then
141 cycle through the responses to filter out with ModalitiesInStudies
127 142
128 ======== 143 ========
129 Database 144 Database
130 ======== 145 ========
131 146