comparison TODO @ 1717:391c798e4dae

fix for KNIX sample dataset
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Dec 2020 10:08:26 +0100
parents 6aadc7cbb8ea
children 9a1f79d21a3f
comparison
equal deleted inserted replaced
1716:6aadc7cbb8ea 1717:391c798e4dae
24 24
25 * Display video files even if the Orthanc REST API is not available 25 * Display video files even if the Orthanc REST API is not available
26 (using pure DICOMweb). This could possible be done using the 26 (using pure DICOMweb). This could possible be done using the
27 DICOMweb Bulk Data URI, and/or a dedicated JavaScript video player. 27 DICOMweb Bulk Data URI, and/or a dedicated JavaScript video player.
28 28
29 * Debian packaging, which requires source-level build dependencies:
30 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975069#22
31
29 * "Start the Viewer with a specific Dicom file and display the 32 * "Start the Viewer with a specific Dicom file and display the
30 specific images. For example I start the Viewer with dicomFile and 33 specific images. For example I start the Viewer with dicomFile and
31 open slide1, slide4, slide8, slide12 ?" 34 open slide1, slide4, slide8, slide12 ?"
32 https://groups.google.com/g/orthanc-users/c/6KSe0WEEfco/m/nOIl57EzAAAJ 35 https://groups.google.com/g/orthanc-users/c/6KSe0WEEfco/m/nOIl57EzAAAJ
36
37 * Configuration option related to the "DicomSource" class in order to
38 systematically request server-side transcoding.
33 39
34 40
35 41
36 ================================== 42 ==================================
37 == Stone of Orthanc C++ library == 43 == Stone of Orthanc C++ library ==