Mercurial > hg > orthanc-book
comparison Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst @ 147:24e9c33e35e5 integrations-osirix-horos
integrate with horos and DICOMWeb
author | Sebastien Abras <sa@osimis.io> |
---|---|
date | Tue, 29 May 2018 10:59:09 +0200 |
parents | |
children | 8f3f79aeb8cc |
comparison
equal
deleted
inserted
replaced
146:fa19c0fa1367 | 147:24e9c33e35e5 |
---|---|
1 .. _integrate-osirix-using-dicomweb: | |
2 | |
3 Integrate Osirix using DICOMWeb | |
4 =============================== | |
5 | |
6 Configuration of Osirix | |
7 ----------------------- | |
8 | |
9 * In Preferences->Listener, activate and configure AETitle and Port (eg : Osirix 11112) | |
10 * In Preferences->Locations->DICOMWeb Node, add a DICOM Nodes : | |
11 * with the url of the orthanc server | |
12 * with the DicomWeb api path of orthanc (default is /dicom-web) | |
13 * with a name (eg MYORTHANC) | |
14 * with Q&R activated | |
15 * without authentication | |
16 * with Send Transfers syntax : Explicit Little Endian | |
17 | |
18 Configuration of Orthanc | |
19 ------------------------ | |
20 | |
21 Make sure Orthanc has the Dicom Web protocol enabled:: | |
22 | |
23 DW_ENABLED: "true" | |
24 | |
25 If using Orthanc in a docker container, map the Orthanc DICOMWeb Http Port. Eg in docker-compose file:: | |
26 | |
27 ports: | |
28 - "4242:4242" |