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