Mercurial > hg > orthanc-book
changeset 146:fa19c0fa1367 integrations-osirix-horos
integrate with horos and DICOM + fix typo
author | Sebastien Abras <sa@osimis.io> |
---|---|
date | Tue, 29 May 2018 10:54:21 +0200 |
parents | f2b8f57d5196 |
children | 24e9c33e35e5 |
files | Sphinx/source/integrations.rst Sphinx/source/integrations/integrate-horos-using-dicom.rst Sphinx/source/integrations/integrate-osirix-using-dicom.rst |
diffstat | 3 files changed, 33 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/integrations.rst Tue May 29 10:41:24 2018 +0200 +++ b/Sphinx/source/integrations.rst Tue May 29 10:54:21 2018 +0200 @@ -13,3 +13,5 @@ ----- .. toctree:: :maxdepth: 1 + + integrations/integrate-horos-using-dicom.rst
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/integrations/integrate-horos-using-dicom.rst Tue May 29 10:54:21 2018 +0200 @@ -0,0 +1,29 @@ +.. _integrate-horos-using-dicom: + +Integrate Horos using DICOM +=========================== + +Configuration of Horos +----------------------- + +* In Preferences->Listener, activate and configure AETitle and Port (eg : Horos 11112). +* In Preferences->Locations, add a DICOM Nodes : + * with AETitle of orthanc (default is ORTHANC) + * with a name (eg MYORTHANC) + * with Retrieve method C-GET + * with Send Transfers syntax : Explicit Little Endian + +Configuration of Orthanc +------------------------ + +Add Modality through Environmental variable in docker:: + + DICOM_MODALITIES= + { + "Horos": ["Horos", "192.168.253.53", 11112] + } + +If using Orthanc in a docker container, map the Orthanc DICOM Port. Eg in docker-compose file:: + + ports: + - "4242:4242" \ No newline at end of file
--- a/Sphinx/source/integrations/integrate-osirix-using-dicom.rst Tue May 29 10:41:24 2018 +0200 +++ b/Sphinx/source/integrations/integrate-osirix-using-dicom.rst Tue May 29 10:54:21 2018 +0200 @@ -1,7 +1,7 @@ .. _integrate-osirix-using-dicom: -Integrate Osirix using dicom -=========================== +Integrate Osirix using DICOM +============================ Configuration of Osirix -----------------------