comparison Sphinx/source/faq/improving-interface.rst @ 456:93c2f780aaef

improvement
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 12:52:10 +0200
parents 42231b0d99a7
children 5202bb6984dc
comparison
equal deleted inserted replaced
455:35b3b0a2d16c 456:93c2f780aaef
34 better fits your clinical workflow, you will have to develop a 34 better fits your clinical workflow, you will have to develop a
35 separate, custom Web interface on the top of the :ref:`rest`, maybe as 35 separate, custom Web interface on the top of the :ref:`rest`, maybe as
36 a `plugin 36 a `plugin
37 <https://github.com/jodogne/OrthancContributed/tree/master/Plugins>`__. Any 37 <https://github.com/jodogne/OrthancContributed/tree/master/Plugins>`__. Any
38 front-end Web developer could take care of this task using well-known 38 front-end Web developer could take care of this task using well-known
39 JavaScript frameworks (such as Meteor, AngularJS, Ember.js...). 39 JavaScript frameworks (such as Angular, Vue.js...).
40 40
41 It is possible that an official plugin that provides a more advanced 41 It is possible that an official plugin that provides a more advanced
42 user interface will be developed in the future (provided we find 42 user interface will be developed in the future (provided we find
43 funding for this development). In the meantime, you can also contact a 43 funding for this development). In the meantime, you can also contact
44 company that provides **commercial support on the top of Orthanc** and 44 **Osimis**, the commercial partner of the Orthanc project, by using
45 that might have developed an advanced user interface. Currently, 45 the `contact form <https://www.orthanc-server.com/orthanc-pro.php>`_
46 `Osimis <https://www.osimis.io/>`_ is the only company ensuring such 46 that is available on the official Web page of Orthanc.
47 corporate services, but others might show up in the future. A `contact
48 form <https://www.orthanc-server.com/orthanc-pro.php>`_ is available
49 on the official Web page of Orthanc.
50 47
51 **Note:** In 2017-2018, a team of Master students from `ULiège 48 Finally, have a look to the following **related projects**:
52 <https://www.uliege.be/>`__ has done some work about creating a 49
53 revamped version of Orthanc Explorer. Check out the `related 50 * In 2017-2018, a team of Master students from `ULiège
54 discussion 51 <https://www.uliege.be/>`__ has done some work about creating a
55 <https://groups.google.com/d/msg/orthanc-users/oOyKTmfs-J0/B6eyBJcvCAAJ>`__ 52 revamped version of Orthanc Explorer. Check out the `related
56 on the Orthanc Users forum. 53 discussion
54 <https://groups.google.com/d/msg/orthanc-users/oOyKTmfs-J0/B6eyBJcvCAAJ>`__
55 on the Orthanc Users forum.
56
57 * The `Orthanc Tools JS <https://github.com/salimkanoun/Orthanc-Tools-JS>`__
58 environment created by Salim Kanoun.
59
60 * The `Orthanc Manager <https://github.com/id-05/OrthancManager>`__
61 Android application.