annotate Sphinx/source/integrations/integrate-horos-using-dicom.rst @ 160:ca7683cf6ecd HelloWorld-1.0

closing test branch
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Jul 2018 13:00:43 +0200
parents 8f3f79aeb8cc
children 5d4701d8fe28
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
146
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
1 .. _integrate-horos-using-dicom:
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
2
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
3 Integrate Horos using DICOM
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
4 ===========================
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
5
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
6 Configuration of Horos
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
7 -----------------------
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
8
148
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
9 - In ``Preferences->Listener``, activate and configure AETitle and Port (e.g. Horos 11112).
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
10 - In ``Preferences->Locations``, add a DICOM Node:
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
11
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
12 - with the AET of your Orthanc instance (default is ``ORTHANC``)
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
13 - with a name (eg ``MYORTHANC``)
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
14 - with Retrieve method C-GET
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
15 - with Send Transfers syntax : Explicit Little Endian
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
16
146
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
17
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
18 Configuration of Orthanc
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
19 ------------------------
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
20
148
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
21 Add the following :ref:`configuration options <configuration>`
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
22 (obviously, adapt the IP address)::
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
23
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
24 {
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
25 "DicomModalities" : {
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
26 "Horos": [ "Horos", "192.168.253.53", 11112 ]
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
27 }
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
28 }
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
29
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
30
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
31 Configuration of Docker images by Osimis
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
32 ----------------------------------------
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
33
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
34 This section applies if you are using the `Docker images by Osimis
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
35 <https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images>`__
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
36 to run Orthanc.
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
37
146
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
38 Add Modality through Environmental variable in docker::
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
39
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
40 DICOM_MODALITIES=
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
41 {
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
42 "Horos": ["Horos", "192.168.253.53", 11112]
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
43 }
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
44
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
45 If using Orthanc in a docker container, map the Orthanc DICOM Port. Eg in docker-compose file::
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
46
fa19c0fa1367 integrate with horos and DICOM + fix typo
Sebastien Abras <sa@osimis.io>
parents:
diff changeset
47 ports:
148
8f3f79aeb8cc review pull request
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 146
diff changeset
48 - "4242:4242"