Bug 3

Summary: Progress on Query/retrive search
Product: Orthanc Reporter: Sébastien Jodogne <s.jodogne>
Component: Orthanc ExplorerAssignee: Sébastien Jodogne <s.jodogne>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Hardware: All   
OS: All   

Description Sébastien Jodogne 2020-06-29 15:11:06 CEST
[BitBucket user: Francisco Venancio]
[BitBucket date: 2015-09-12.15:49:52]

As an enhacement it would be nice for Orthanc Explorer to show some progress animation while waiting for the answers to load. Currently it is hard to understand what is happening.
Comment 1 Sébastien Jodogne 2020-06-29 15:18:42 CEST
[BitBucket user: Sébastien Jodogne]
[BitBucket date: 2015-11-13.07:46:20]

Please check this FAQ entry:
https://orthanc.chu.ulg.ac.be/book/faq/improving-interface.html

Please be sure that your enhancement proposal has been recorded for our project of developing a more advanced GUI.
Comment 2 Sébastien Jodogne 2020-06-29 15:26:57 CEST
[BitBucket user: Sébastien Jodogne]
[BitBucket date: 2020-02-19.13:51:23]

Since release 1.4.0, Orthanc comes with a so-called “jobs engine” that will display the progress of C-MOVE SCU (i.e. retrieve) in the “Jobs” panel of Orthanc Explorer (under the job type named "DicomMoveScu").

This “Jobs” panel uses the following part of the REST API of Orthanc to monitor the progress of the jobs: https://book.orthanc-server.com/users/advanced-rest.html#monitoring-jobs

As a consequence, a more user-friendly Web user interface could easily be designed on the top of the REST API of Orthanc: https://book.orthanc-server.com/faq/improving-interface.html

This issue can thus be considered as solved.