comparison TODO @ 4944:f377d5643538 more-tags

new Warnings configuration + InstanceAvailability tag
author Alain Mazy <am@osimis.io>
date Thu, 17 Mar 2022 17:03:59 +0100
parents ce038165de74
children e1495a34cd39
comparison
equal deleted inserted replaced
4941:96a3e81eba90 4944:f377d5643538
118 * Support C-GET SCU (note that C-GET SCP was introduced in Orthanc 1.7.0) 118 * Support C-GET SCU (note that C-GET SCP was introduced in Orthanc 1.7.0)
119 * Support "Retrieve AE Title" (0008,0054) in C-FIND: 119 * Support "Retrieve AE Title" (0008,0054) in C-FIND:
120 - On SCP side: done by https://hg.orthanc-server.com/orthanc/rev/1ec3e1e18f50 120 - On SCP side: done by https://hg.orthanc-server.com/orthanc/rev/1ec3e1e18f50
121 - On SCU side: 121 - On SCU side:
122 https://groups.google.com/d/msg/orthanc-users/wPl0g5mqZco/5X1Z8tEzBgAJ 122 https://groups.google.com/d/msg/orthanc-users/wPl0g5mqZco/5X1Z8tEzBgAJ
123 * Support "Instance Availability" (0008,0056) in C-FIND:
124 http://dicom.nema.org/medical/DICOM/2019a/output/chtml/part04/sect_C.4.html#sect_C.4.1.1.3.2
125 https://groups.google.com/d/msg/orthanc-users/hteDgE6igo8/j-ArqD7pBQAJ
126 * Check Big Endian transfer syntax in ParsedDicomFile::EmbedImage and 123 * Check Big Endian transfer syntax in ParsedDicomFile::EmbedImage and
127 DicomImageDecoder 124 DicomImageDecoder
128 * Strict hierarchical C-FIND: 125 * Strict hierarchical C-FIND:
129 https://groups.google.com/d/msg/orthanc-users/VBHpeGVSNKM/tkaVvjWFBwAJ 126 https://groups.google.com/d/msg/orthanc-users/VBHpeGVSNKM/tkaVvjWFBwAJ
130 127
158 * (3) Check out rapidjson: https://github.com/miloyip/nativejson-benchmark 155 * (3) Check out rapidjson: https://github.com/miloyip/nativejson-benchmark
159 * (2) Optimize tools/find with ModalitiesInStudies: 156 * (2) Optimize tools/find with ModalitiesInStudies:
160 https://groups.google.com/g/orthanc-users/c/aN8nqcRd3jw/m/pmc9ylVeAwAJ. 157 https://groups.google.com/g/orthanc-users/c/aN8nqcRd3jw/m/pmc9ylVeAwAJ.
161 One solution could be: Filter first without ModalitiesInStudies and then 158 One solution could be: Filter first without ModalitiesInStudies and then
162 cycle through the responses to filter out with ModalitiesInStudies 159 cycle through the responses to filter out with ModalitiesInStudies
160 For C-Find results: we could store the computed tags
161 in metadata on some events like NewSeries + DeletedSeries (same for other computer tags).
162 OtherTags that could be saved in Metadata as well:
163 - ModalitiesInStudy
164 - all computed counters at series/study/patient level
165 - RequestAttributesSequence (sequence that must be included in all DicomWeb QIDO-RS for series)
163 166
164 ======== 167 ========
165 Database 168 Database
166 ======== 169 ========
167 170