Orthanc(或者其他Dicom Server)

dcm4chee-art-light

Dicom企业级存档应用:开源

Orthanc

docker,Dicom REST风格web 服务

Orthanc for windows

windows下载orthanc

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Using Orthanc
=============
You have successfully installed the Windows package of Orthanc by
Osimis! Orthanc is now running as a Windows service in the
background.
By default, Orthanc listens to incoming DICOM connections on TCP port
4242 and incoming HTTP connections on TCP port 8042.
You can interact with Orthanc by opening its administrative Web
interface, that is called "Orthanc Explorer". This can be done by
clicking the link in the Start Menu or by opening your web browser at
http://127.0.0.1:8042/app/explorer.html. Please remember that Orthanc
Explorer does not support Microsoft Internet Explorer.
Content of the package 21.2.0
-----------------------------
Orthanc server 1.9.1
Stone Web viewer plugin 1.0
Osimis Web viewer plugin 1.4.2
Modality worklists plugin 1.9.1
Serve folders plugin 1.9.1
Connectivity check plugin 1.9.1
Orthanc Web viewer plugin 2.7
DICOMweb plugin 1.5
PostgreSQL plugin 3.3
MySQL plugin 3.0
WSI Web viewer plugin 1.0
Transfers accelerator plugin 1.0
Authorization plugin 0.2.4
GDCM decoder/transcoder plugin 1.2
Osimis cloud synchronization plugin 0.3
Folders
-------
* STORAGE: During the installation, you were asked to choose a storage
folder where Orthanc stores its database. By default, this folder is
"C:\Orthanc". Running the uninstaller will remove the Orthanc
program files from your system, but it will not delete this storage
folder.
If you wish to delete the data Orthanc has saved, delete this
storage folder (e.g. C:\Orthanc) after uninstalling Orthanc. Keep
this in mind if you use Orthanc to store protected health
information (PHI).
* CONFIGURATION: The Orthanc configuration files can be found inside
the folder "Configuration" within the installation directory. A
shortcut to the configuration folder is present in the Start Menu to
access and modify it more easily.
* LOGS: The Orthanc log files can be found inside the folder "Logs"
within the installation directory.
* PLUGINS: By default, Orthanc will look within the "Plugins" folder
within the installation directory to find its plugins.
Troubleshooting
---------------
1. Verify that the service called "Orthanc" is running using the
Services control panel (for quick access, launch the command
"services.msc").
2. Make sure you do not use Internet Explorer to open Orthanc
Explorer, but rather Chrome or Firefox.
3. Verify that your firewall is configured to allow inbound
connections to the TCP ports Orthanc is listening on (by default,
4242 and 8042).
4. Verify that no other applications are using the ports that Orthanc
is listening on. For instance, Juniper is known to also use the
port 4242 for its VPN solutions.
5. By default, remote access to Orthanc Explorer is disallowed for
security reasons. Turn the option "RemoteAccessAllowed" to "true"
in the Orthanc configuration file if you wish to access Orthanc
from another computer.
6. Check the Orthanc logs in the "Logs" folder within the installation
directory.
7. Check the Orthanc Book and associated FAQ:
https://orthanc.chu.ulg.ac.be/book/index.html
https://orthanc.chu.ulg.ac.be/book/faq.html
8. Post a request for help to the Orthanc Users group:
https://groups.google.com/forum/#!forum/orthanc-users
Homepage
--------
You can find more information at the official homepage of Orthanc:
http://www.orthanc-server.com/
Note
----
The content of this file is adapted from the unofficial Windows
installer of Orthanc developed by Lury:
https://github.com/luryco/OrthancService/blob/master/InstallerAssets/README.txt

这是Orthanc的reame.txt,其中有很好地说明orthanc的使用说明