# HG changeset patch # User Sebastien Jodogne # Date 1745325902 -7200 # Node ID 9b82533263f1c946f54a5b2be3072a5898c2c2c6 # Parent b36f7b6eec39bdca0c2e738530d621166a58ccc8 specific thumbnail for dicom-sr diff -r b36f7b6eec39 -r 9b82533263f1 Applications/StoneWebViewer/NEWS --- a/Applications/StoneWebViewer/NEWS Tue Apr 22 14:29:53 2025 +0200 +++ b/Applications/StoneWebViewer/NEWS Tue Apr 22 14:45:02 2025 +0200 @@ -1,15 +1,16 @@ Pending changes in the mainline =============================== +* Experimental support for DICOM SR "Measurement Report" (TID 1500) * Automatically stretch to whole range for images without preset * Improved support of the (0028,9132) tag for Philips multiframe images -* Remember the previous layout when re-opening the viewer. -* Added a Print button in the PDF viewer toolbar. -* Added a Download button in the PDF viewer toolbar. -* New configuration "ScreenshotTemplate" to define the filename of the - "download as JPEG" function. New default value is: +* Remember the previous layout when re-opening the viewer +* Added a Print button in the PDF viewer toolbar +* Added a Download button in the PDF viewer toolbar +* New configuration "ScreenshotTemplate" to define the filename generated by the + "Download as JPEG" button. New default value is: "{PatientID}-{PatientName}-{StudyDate}-{SeriesDescription}-{InstanceNumber}-{CurrentFrame}.jpg" -* Fix loading of US images with a negative PhyiscalDeltaX value. +* Fix loading of US images with a negative PhyiscalDeltaX value Version 2.6 (2024-08-31) diff -r b36f7b6eec39 -r 9b82533263f1 Applications/StoneWebViewer/WebApplication/app.js --- a/Applications/StoneWebViewer/WebApplication/app.js Tue Apr 22 14:29:53 2025 +0200 +++ b/Applications/StoneWebViewer/WebApplication/app.js Tue Apr 22 14:45:02 2025 +0200 @@ -280,6 +280,7 @@ stone.SpeedUpFetchSeriesMetadata(studyInstanceUid, seriesInstanceUid); if (newVal.series.type == stone.ThumbnailType.IMAGE || + newVal.series.type == stone.ThumbnailType.STRUCTURED_REPORT || newVal.series.type == stone.ThumbnailType.NO_PREVIEW) { if (newVal.series.complete) { this.status = 'ready'; diff -r b36f7b6eec39 -r 9b82533263f1 Applications/StoneWebViewer/WebApplication/index.html --- a/Applications/StoneWebViewer/WebApplication/index.html Tue Apr 22 14:29:53 2025 +0200 +++ b/Applications/StoneWebViewer/WebApplication/index.html Tue Apr 22 14:45:02 2025 +0200 @@ -241,6 +241,10 @@ + +