comparison TODO @ 2051:27213468a3bf

clean todo
author Alain Mazy <am@osimis.io>
date Thu, 30 Mar 2023 16:07:42 +0200
parents 0d8a07e98cb8
children d77fea5934fb
comparison
equal deleted inserted replaced
2050:b2738d7a388d 2051:27213468a3bf
42 42
43 ------------ 43 ------------
44 Known issues 44 Known issues
45 ------------ 45 ------------
46 46
47 * When opening a CT with 700 slices, if you drop the thumbnail in the viewport
48 before the studies/../metadata have been loaded, the series will never be displayed.
49 https://groups.google.com/g/orthanc-users/c/04D4exKMVSA
50
51 * Compatibility with Google Chrome browser on iPad Air 4: 47 * Compatibility with Google Chrome browser on iPad Air 4:
52 https://groups.google.com/g/orthanc-users/c/7SgedbIiA2k/ 48 https://groups.google.com/g/orthanc-users/c/7SgedbIiA2k/
53 https://groups.google.com/g/orthanc-users/c/RfQJFgkOUYY/m/za7rkcLNBQAJ 49 https://groups.google.com/g/orthanc-users/c/RfQJFgkOUYY/m/za7rkcLNBQAJ
54 50
55 ----------------- 51 -----------------
59 * Replace "ParsedDicomCache" by "Orthanc::ParsedDicomCache" (new in 55 * Replace "ParsedDicomCache" by "Orthanc::ParsedDicomCache" (new in
60 Orthanc framework 1.9.0) 56 Orthanc framework 1.9.0)
61 57
62 * Replace calls to /studies/.../series/.../metadata by calls to 58 * Replace calls to /studies/.../series/.../metadata by calls to
63 /instances?StudyInstanceUID=...&SeriesInstanceUID=...&includefield=...&includefield=... 59 /instances?StudyInstanceUID=...&SeriesInstanceUID=...&includefield=...&includefield=...
64 to benefit from ExtraMainDicomTags stored in DB and avoid reading from disk 60 to benefit from ExtraMainDicomTags stored in DB and avoid reading from disk.
65 61
66 -------- 62 --------
67 Wishlist 63 Wishlist
68 -------- 64 --------
69 65