# HG changeset patch # User Sebastien Jodogne # Date 1648223770 -3600 # Node ID 82024e1f304fbf70e925a2e170588d778fa143a4 # Parent 39d59bf76228c583419485fdb481b658f24a87e1 todo diff -r 39d59bf76228 -r 82024e1f304f TODO --- a/TODO Thu Mar 24 09:11:11 2022 +0100 +++ b/TODO Fri Mar 25 16:56:10 2022 +0100 @@ -25,6 +25,17 @@ * Display GSPS layers (Grayscale Softcopy Presentation State). +* Use "ImagerPixelSpacing" (0018,1164) tag if "PixelSpacing" is missing + +* Override which tags are displayed in the image information in the + top-left, top-right and bottom-right pannels. + + For reference, in the case of MRI, "Echo Time" (0018,0081), + "Repetition Time" (0018,0080), "Magnetic Field Strength (0018,0087) + and "Slice Thickness" (0018,0050) would be useful to have. + + https://groups.google.com/g/orthanc-users/c/_kDp_ieYTgI/m/KHBxpSSOCQAJ + ------------ Known issues @@ -60,9 +71,6 @@ (using pure DICOMweb). This could possible be done using the DICOMweb Bulk Data URI, and/or a dedicated JavaScript video player. -* Debian packaging, which requires source-level build dependencies: - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975069#22 - * "Start the Viewer with a specific Dicom file and display the specific images. For example I start the Viewer with dicomFile and open slide1, slide4, slide8, slide12 ?" @@ -74,8 +82,6 @@ * Fully implement "Basic Image Review" profile from IHE: https://wiki.ihe.net/index.php/Basic_Image_Review -* Use "ImagerPixelSpacing" (0018,1164) tag if "PixelSpacing" is missing - * Support hanging protocols (automatically adapt the layout given the type of modality to be displayed): https://groups.google.com/g/orthanc-users/c/bGtK3q9ZUmg/m/gr8kCcVWCAAJ @@ -85,6 +91,19 @@ before the studies/../metadata have been loaded. +-------- +Won't do +-------- + +* Debian packaging, which requires source-level build dependencies: + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975069#22 + + => A solution for AMD64 architectures is to use the standalone + Debian repository that is provided by Sebastien Jodogne: + https://book.orthanc-server.com/users/cookbook.html#obtaining-binaries + + + ================================== == Stone of Orthanc C++ library == ==================================