annotate Applications/StoneWebViewer/NEWS @ 1959:889892e51545

Fix handling of "token": The authorization header was not set in QIDO-RS requests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Oct 2022 17:09:28 +0200
parents 142c7ee8fe1f
children c6272d7bb6d9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1730
af4a2d08549c preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
1 Pending changes in the mainline
af4a2d08549c preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2 ===============================
af4a2d08549c preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
3
1958
142c7ee8fe1f added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1947
diff changeset
4 * New configuration options:
142c7ee8fe1f added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1947
diff changeset
5 - "ShowInfoPanelAtStartup" to control the info panel at startup
142c7ee8fe1f added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1947
diff changeset
6 - "ShowUserPreferencesButton" to show the button for setting preferences
142c7ee8fe1f added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1947
diff changeset
7 - "ShowNotForDiagnosticUsageDisclaimer" to show disclaimer about diagnostic usage
1959
889892e51545 Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1958
diff changeset
8 - "DicomWebHttpHeaders" to set HTTP headers in DICOMweb requests
1931
00f123df5de3 added more tolerance wrt. bad values of the Pixel Spacing (0028,0030) tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1928
diff changeset
9 * More tolerance wrt. bad values of the Pixel Spacing (0028,0030) tag
1947
31fd7aba48ca Support of DICOM images without the Study Date (0008,0020) tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1931
diff changeset
10 * Support of DICOM images without the Study Date (0008,0020) tag
1959
889892e51545 Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1958
diff changeset
11 * Fix handling of "token": The authorization header was not set in QIDO-RS requests
1931
00f123df5de3 added more tolerance wrt. bad values of the Pixel Spacing (0028,0030) tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1928
diff changeset
12
1928
c73e696967b0 StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1926
diff changeset
13
c73e696967b0 StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1926
diff changeset
14 Version 2.3 (2022-03-24)
c73e696967b0 StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1926
diff changeset
15 ========================
c73e696967b0 StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1926
diff changeset
16
1924
f4050908c6bc display of overlays
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1862
diff changeset
17 * Display of overlays
1928
c73e696967b0 StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1926
diff changeset
18 * List of series:
1926
8efcff08f868 added reference paper
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1924
diff changeset
19 - Display the SeriesNumber tag in front of image count
8efcff08f868 added reference paper
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1924
diff changeset
20 - Order series by SeriesNumber
8efcff08f868 added reference paper
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1924
diff changeset
21 - Don't show non displayable series (see "SkipSeriesFromModalities")
1859
58681a5c727b overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents: 1856
diff changeset
22 * In the top right overlay, display ContentDate/ContentTime if they are
1926
8efcff08f868 added reference paper
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1924
diff changeset
23 available in the instance. If not, StudyDate is displayed (previous
8efcff08f868 added reference paper
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1924
diff changeset
24 behavior).
1859
58681a5c727b overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents: 1856
diff changeset
25 * New configuration options:
1928
c73e696967b0 StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1926
diff changeset
26 - "TimeFormat" to control the way DICOM times are displayed
c73e696967b0 StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1926
diff changeset
27 - "SkipSeriesFromModalities" to ignore series with given modality types
1859
58681a5c727b overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents: 1856
diff changeset
28
1856
0830db74be6b StoneWebViewer-2.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1855
diff changeset
29
0830db74be6b StoneWebViewer-2.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1855
diff changeset
30 Version 2.2 (2021-08-31)
0830db74be6b StoneWebViewer-2.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1855
diff changeset
31 ========================
0830db74be6b StoneWebViewer-2.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1855
diff changeset
32
1855
73a4bee08bb6 Support detection of windowing and rescale in Philips multiframe images
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1854
diff changeset
33 * Support detection of windowing and rescale in Philips multiframe images
1854
4026a458349d Fix values reported in "ww/wc" info panel (windowing width and center)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1852
diff changeset
34 * Fix values reported in "ww/wc" info panel (windowing width and center)
4026a458349d Fix values reported in "ww/wc" info panel (windowing width and center)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1852
diff changeset
35
1852
5ead1852095a StoneWebViewer-2.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1850
diff changeset
36
5ead1852095a StoneWebViewer-2.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1850
diff changeset
37 Version 2.1 (2021-06-29)
5ead1852095a StoneWebViewer-2.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1850
diff changeset
38 ========================
5ead1852095a StoneWebViewer-2.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1850
diff changeset
39
1844
58049bdebdc3 new option "InstitutionLogo" to display the logo of your institution in the viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1843
diff changeset
40 * New configuration options:
58049bdebdc3 new option "InstitutionLogo" to display the logo of your institution in the viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1843
diff changeset
41 - "DownloadDicomDir" to download archives containing DICOMDIR instead of
58049bdebdc3 new option "InstitutionLogo" to display the logo of your institution in the viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1843
diff changeset
42 a human-readable hierarchy of folders
58049bdebdc3 new option "InstitutionLogo" to display the logo of your institution in the viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1843
diff changeset
43 - "InstitutionLogo" to display the logo of your institution in the viewer
1842
9568082ee013 If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1827
diff changeset
44 * If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
1850
932dc2265baa Group together in a single "virtual series" all the instances without the tag "NumberOfFrames"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1844
diff changeset
45 * Group together in a single "virtual series" all the instances
932dc2265baa Group together in a single "virtual series" all the instances without the tag "NumberOfFrames"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1844
diff changeset
46 without the tag "NumberOfFrames" (0028,0008), for US CINE series
932dc2265baa Group together in a single "virtual series" all the instances without the tag "NumberOfFrames"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1844
diff changeset
47
1825
d6b83b4cedcd StoneWebViewer-2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
48
d6b83b4cedcd StoneWebViewer-2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
49 Version 2.0 (2021-05-27)
d6b83b4cedcd StoneWebViewer-2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
50 ========================
d6b83b4cedcd StoneWebViewer-2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1815
diff changeset
51
1815
b81775f1b196 New tools for annotations: segment length, circle, angle and eraser
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1807
diff changeset
52 * New tools for annotations: segment length, circle, angle and eraser
1807
634ff8993f6a Stone Web viewer: Patient birth date is now displayed in the overlays
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1761
diff changeset
53 * Patient birth date is now displayed in the overlays
1761
28755e42c007 Fix issue #197 (Support for passing credentials with all HTTP requests)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1730
diff changeset
54 * New argument "token" to set HTTP header "Authorization: Bearer <token>"
28755e42c007 Fix issue #197 (Support for passing credentials with all HTTP requests)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1730
diff changeset
55 for each request to the DICOMweb server
28755e42c007 Fix issue #197 (Support for passing credentials with all HTTP requests)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1730
diff changeset
56 * Fix issue #197 (Support for passing credentials with all HTTP requests)
1827
21ccc00839f7 upgrade to Emscripten 2.0.23
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1825
diff changeset
57 * Emscripten version: 2.0.23
1730
af4a2d08549c preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
58
af4a2d08549c preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
59
af4a2d08549c preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
60 Version 1.0 (2020-12-02)
af4a2d08549c preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
61 ========================
af4a2d08549c preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
62
af4a2d08549c preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
63 * Initial release
1827
21ccc00839f7 upgrade to Emscripten 2.0.23
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 1825
diff changeset
64 * Emscripten version: 1.39.17-upstream