comparison TODO @ 1930:82024e1f304f

todo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Mar 2022 16:56:10 +0100
parents a7a77488ddb1
children b54fc67b3f92
comparison
equal deleted inserted replaced
1929:39d59bf76228 1930:82024e1f304f
23 23
24 * Handle mobile gestures. 24 * Handle mobile gestures.
25 25
26 * Display GSPS layers (Grayscale Softcopy Presentation State). 26 * Display GSPS layers (Grayscale Softcopy Presentation State).
27 27
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
28 39
29 ------------ 40 ------------
30 Known issues 41 Known issues
31 ------------ 42 ------------
32 43
58 69
59 * Display video files even if the Orthanc REST API is not available 70 * Display video files even if the Orthanc REST API is not available
60 (using pure DICOMweb). This could possible be done using the 71 (using pure DICOMweb). This could possible be done using the
61 DICOMweb Bulk Data URI, and/or a dedicated JavaScript video player. 72 DICOMweb Bulk Data URI, and/or a dedicated JavaScript video player.
62 73
63 * Debian packaging, which requires source-level build dependencies:
64 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975069#22
65
66 * "Start the Viewer with a specific Dicom file and display the 74 * "Start the Viewer with a specific Dicom file and display the
67 specific images. For example I start the Viewer with dicomFile and 75 specific images. For example I start the Viewer with dicomFile and
68 open slide1, slide4, slide8, slide12 ?" 76 open slide1, slide4, slide8, slide12 ?"
69 https://groups.google.com/g/orthanc-users/c/6KSe0WEEfco/m/nOIl57EzAAAJ 77 https://groups.google.com/g/orthanc-users/c/6KSe0WEEfco/m/nOIl57EzAAAJ
70 78
72 systematically request server-side transcoding. 80 systematically request server-side transcoding.
73 81
74 * Fully implement "Basic Image Review" profile from IHE: 82 * Fully implement "Basic Image Review" profile from IHE:
75 https://wiki.ihe.net/index.php/Basic_Image_Review 83 https://wiki.ihe.net/index.php/Basic_Image_Review
76 84
77 * Use "ImagerPixelSpacing" (0018,1164) tag if "PixelSpacing" is missing
78
79 * Support hanging protocols (automatically adapt the layout given the 85 * Support hanging protocols (automatically adapt the layout given the
80 type of modality to be displayed): 86 type of modality to be displayed):
81 https://groups.google.com/g/orthanc-users/c/bGtK3q9ZUmg/m/gr8kCcVWCAAJ 87 https://groups.google.com/g/orthanc-users/c/bGtK3q9ZUmg/m/gr8kCcVWCAAJ
82 88
83 * When opening the viewer, directly load the first series in the viewport 89 * When opening the viewer, directly load the first series in the viewport
84 (like the OsimisViewer). Whatchout the known issues wrt dropping a series 90 (like the OsimisViewer). Whatchout the known issues wrt dropping a series
85 before the studies/../metadata have been loaded. 91 before the studies/../metadata have been loaded.
92
93
94 --------
95 Won't do
96 --------
97
98 * Debian packaging, which requires source-level build dependencies:
99 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975069#22
100
101 => A solution for AMD64 architectures is to use the standalone
102 Debian repository that is provided by Sebastien Jodogne:
103 https://book.orthanc-server.com/users/cookbook.html#obtaining-binaries
104
86 105
87 106
88 ================================== 107 ==================================
89 == Stone of Orthanc C++ library == 108 == Stone of Orthanc C++ library ==
90 ================================== 109 ==================================