Mercurial > hg > orthanc-stone
annotate Applications/StoneWebViewer/NEWS @ 1962:c6272d7bb6d9
display of orientation markers in Stone Web viewer
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 27 Oct 2022 19:12:29 +0200 |
parents | 889892e51545 |
children | a5f0b395d4df |
rev | line source |
---|---|
1730 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
1962
c6272d7bb6d9
display of orientation markers in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1959
diff
changeset
|
4 * Display of orientation markers |
1958
142c7ee8fe1f
added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1947
diff
changeset
|
5 * New configuration options: |
142c7ee8fe1f
added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1947
diff
changeset
|
6 - "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
|
7 - "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
|
8 - "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
|
9 - "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
|
10 * 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
|
11 * 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
|
12 * 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
|
13 |
1928
c73e696967b0
StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1926
diff
changeset
|
14 |
c73e696967b0
StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1926
diff
changeset
|
15 Version 2.3 (2022-03-24) |
c73e696967b0
StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1926
diff
changeset
|
16 ======================== |
c73e696967b0
StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1926
diff
changeset
|
17 |
1924
f4050908c6bc
display of overlays
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1862
diff
changeset
|
18 * Display of overlays |
1928
c73e696967b0
StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1926
diff
changeset
|
19 * List of series: |
1926
8efcff08f868
added reference paper
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1924
diff
changeset
|
20 - Display the SeriesNumber tag in front of image count |
8efcff08f868
added reference paper
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1924
diff
changeset
|
21 - Order series by SeriesNumber |
8efcff08f868
added reference paper
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1924
diff
changeset
|
22 - 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
|
23 * 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
|
24 available in the instance. If not, StudyDate is displayed (previous |
8efcff08f868
added reference paper
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1924
diff
changeset
|
25 behavior). |
1859
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1856
diff
changeset
|
26 * New configuration options: |
1928
c73e696967b0
StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1926
diff
changeset
|
27 - "TimeFormat" to control the way DICOM times are displayed |
c73e696967b0
StoneWebViewer-2.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1926
diff
changeset
|
28 - "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
|
29 |
1856
0830db74be6b
StoneWebViewer-2.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1855
diff
changeset
|
30 |
0830db74be6b
StoneWebViewer-2.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1855
diff
changeset
|
31 Version 2.2 (2021-08-31) |
0830db74be6b
StoneWebViewer-2.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1855
diff
changeset
|
32 ======================== |
0830db74be6b
StoneWebViewer-2.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1855
diff
changeset
|
33 |
1855
73a4bee08bb6
Support detection of windowing and rescale in Philips multiframe images
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1854
diff
changeset
|
34 * 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
|
35 * 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
|
36 |
1852
5ead1852095a
StoneWebViewer-2.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1850
diff
changeset
|
37 |
5ead1852095a
StoneWebViewer-2.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1850
diff
changeset
|
38 Version 2.1 (2021-06-29) |
5ead1852095a
StoneWebViewer-2.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1850
diff
changeset
|
39 ======================== |
5ead1852095a
StoneWebViewer-2.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1850
diff
changeset
|
40 |
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
|
41 * 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
|
42 - "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
|
43 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
|
44 - "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
|
45 * 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
|
46 * 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
|
47 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
|
48 |
1825
d6b83b4cedcd
StoneWebViewer-2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
49 |
d6b83b4cedcd
StoneWebViewer-2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
50 Version 2.0 (2021-05-27) |
d6b83b4cedcd
StoneWebViewer-2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
51 ======================== |
d6b83b4cedcd
StoneWebViewer-2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
52 |
1815
b81775f1b196
New tools for annotations: segment length, circle, angle and eraser
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1807
diff
changeset
|
53 * 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
|
54 * 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
|
55 * 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
|
56 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
|
57 * 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
|
58 * Emscripten version: 2.0.23 |
1730 | 59 |
60 | |
61 Version 1.0 (2020-12-02) | |
62 ======================== | |
63 | |
64 * Initial release | |
1827
21ccc00839f7
upgrade to Emscripten 2.0.23
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1825
diff
changeset
|
65 * Emscripten version: 1.39.17-upstream |