Mercurial > hg > orthanc-stone
annotate TODO @ 1938:0fc84835289f
todo
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 10 May 2022 15:52:02 +0200 |
parents | 49c615745708 |
children | efed41b76dc7 |
rev | line source |
---|---|
1716 | 1 |
2 ====================== | |
3 == Stone Web viewer == | |
4 ====================== | |
5 | |
6 ------------ | |
7 Improvements | |
8 ------------ | |
9 | |
1830 | 10 * Save/load annotations as attachments of their parent series |
11 (including detection of collisions thanks to revisions). | |
12 https://book.orthanc-server.com/faq/features.html#metadata-attachments | |
13 | |
1847 | 14 * Internationalization and translations (i18n). Some possible libraries: |
1716 | 15 https://phrase.com/blog/posts/the-best-javascript-i18n-libraries/ |
16 | |
17 * Configurable keyboard shortcuts. See Osimis Web viewer: | |
18 https://bitbucket.org/osimis/osimis-webviewer-plugin/src/master/doc/default-configuration.json | |
19 | |
20 * Flip X/Y : Should change the affine transformation of the 2D scene, | |
21 not the texture. Flipping the texture makes the reference lines and | |
22 crosshair invalid. | |
23 | |
1730
af4a2d08549c
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1726
diff
changeset
|
24 * Handle mobile gestures. |
af4a2d08549c
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1726
diff
changeset
|
25 |
1847 | 26 * Display GSPS layers (Grayscale Softcopy Presentation State). |
27 | |
1930 | 28 * Use "ImagerPixelSpacing" (0018,1164) tag if "PixelSpacing" is missing |
29 | |
30 * Override which tags are displayed in the image information in the | |
31 top-left, top-right and bottom-right pannels. | |
32 | |
33 For reference, in the case of MRI, "Echo Time" (0018,0081), | |
34 "Repetition Time" (0018,0080), "Magnetic Field Strength (0018,0087) | |
35 and "Slice Thickness" (0018,0050) would be useful to have. | |
36 | |
37 https://groups.google.com/g/orthanc-users/c/_kDp_ieYTgI/m/KHBxpSSOCQAJ | |
38 | |
1716 | 39 |
1867 | 40 ------------ |
41 Known issues | |
42 ------------ | |
43 | |
44 * When opening a CT with 700 slices, if you drop the thumbnail in the viewport | |
45 before the studies/../metadata have been loaded, the series will never be displayed | |
46 | |
1925 | 47 * Compatibility with Google Chrome browser on iPad Air 4: |
48 https://groups.google.com/g/orthanc-users/c/7SgedbIiA2k/ | |
49 https://groups.google.com/g/orthanc-users/c/RfQJFgkOUYY/m/za7rkcLNBQAJ | |
50 | |
51 | |
1830 | 52 ----------------- |
53 Code refactorings | |
54 ----------------- | |
55 | |
56 * Replace "ParsedDicomCache" by "Orthanc::ParsedDicomCache" (new in | |
57 Orthanc framework 1.9.0) | |
58 | |
1938 | 59 * Replace calls to /studies/.../series/.../metadata by calls to |
60 /instances?StudyInstanceUID=...&SeriesInstanceUID=...&includefield=...&includefield=... | |
61 to benefit from ExtraMainDicomTags stored in DB and avoid reading from disk | |
1830 | 62 |
1716 | 63 -------- |
64 Wishlist | |
65 -------- | |
66 | |
1719
9a1f79d21a3f
added buttons to go to the first and last frames
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1717
diff
changeset
|
67 * Vertical "timeline" to see the position of the current frame in the |
9a1f79d21a3f
added buttons to go to the first and last frames
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1717
diff
changeset
|
68 series, and to change the current frame by clicking on the timeline. |
9a1f79d21a3f
added buttons to go to the first and last frames
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1717
diff
changeset
|
69 |
1863 | 70 * Display a pixel probe with the Hounsfield Unit. |
71 https://groups.google.com/g/orthanc-users/c/m7S0wbYYW5s/m/MBaxIQ_IAAAJ | |
72 | |
1716 | 73 * Display video files even if the Orthanc REST API is not available |
74 (using pure DICOMweb). This could possible be done using the | |
75 DICOMweb Bulk Data URI, and/or a dedicated JavaScript video player. | |
76 | |
77 * "Start the Viewer with a specific Dicom file and display the | |
78 specific images. For example I start the Viewer with dicomFile and | |
79 open slide1, slide4, slide8, slide12 ?" | |
80 https://groups.google.com/g/orthanc-users/c/6KSe0WEEfco/m/nOIl57EzAAAJ | |
81 | |
1717
391c798e4dae
fix for KNIX sample dataset
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1716
diff
changeset
|
82 * Configuration option related to the "DicomSource" class in order to |
391c798e4dae
fix for KNIX sample dataset
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1716
diff
changeset
|
83 systematically request server-side transcoding. |
391c798e4dae
fix for KNIX sample dataset
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1716
diff
changeset
|
84 |
1753 | 85 * Fully implement "Basic Image Review" profile from IHE: |
86 https://wiki.ihe.net/index.php/Basic_Image_Review | |
87 | |
1848 | 88 * Support hanging protocols (automatically adapt the layout given the |
89 type of modality to be displayed): | |
90 https://groups.google.com/g/orthanc-users/c/bGtK3q9ZUmg/m/gr8kCcVWCAAJ | |
91 | |
1867 | 92 * When opening the viewer, directly load the first series in the viewport |
93 (like the OsimisViewer). Whatchout the known issues wrt dropping a series | |
94 before the studies/../metadata have been loaded. | |
95 | |
1932 | 96 * Create secondary capture DICOM images with the annotations burned in: |
97 https://groups.google.com/g/orthanc-users/c/T3h-6dIjvww/m/sVtHxwT_AQAJ | |
98 | |
1933 | 99 * Configure the default layout (e.g. 1x2 instead of 1x1) and the |
100 default view of the left toolbox: | |
101 https://groups.google.com/g/orthanc-users/c/y2B_RIzegNc/m/H9MhY9y2AgAJ | |
102 | |
103 | |
1935 | 104 * Display the PatientName & ID in the page title such that it appears |
1934 | 105 in the browser tab name |
106 https://groups.google.com/g/orthanc-users/c/F7cK8axehfA/m/ku-CPsvbAQAJ | |
1716 | 107 |
1930 | 108 -------- |
109 Won't do | |
110 -------- | |
111 | |
112 * Debian packaging, which requires source-level build dependencies: | |
113 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975069#22 | |
114 | |
115 => A solution for AMD64 architectures is to use the standalone | |
116 Debian repository that is provided by Sebastien Jodogne: | |
117 https://book.orthanc-server.com/users/cookbook.html#obtaining-binaries | |
118 | |
119 | |
120 | |
1716 | 121 ================================== |
122 == Stone of Orthanc C++ library == | |
123 ================================== | |
0 | 124 |
125 | |
126 ------- | |
127 General | |
128 ------- | |
129 | |
130 * Documentation | |
131 | |
132 | |
133 ------------- | |
134 Optimizations | |
135 ------------- | |
136 | |
1590 | 137 * Speedup RT-STRUCT projection in sagittal + coronal views |
138 * Speedup RT-STRUCT loading | |
1726
0257339b0884
new method ParseDicomFromWadoCommand::IsSameCommand()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1719
diff
changeset
|
139 * "ParseDicomFromOrthanc": new command |
0 | 140 |
141 | |
142 ----------------- | |
143 Platform-specific | |
144 ----------------- | |
145 | |
1716 | 146 * WebAssembly: Possible issue in "emscripten_set_timeout()" if the |
147 Oracle is destroyed while a sleep event is still being processed | |
148 (the callback payload would be invalid). This is not a problem as | |
149 long as the Oracle singleton is never destroyed. A cleaner solution | |
150 would be similar to "WebAssemblyViewport::CreateObjectCookie()". | |
151 | |
0 | 152 * Add precompiled headers for Microsoft Visual Studio |