# HG changeset patch # User Sebastien Abras # Date 1527584349 -7200 # Node ID 24e9c33e35e55d5dc58b93e446f40426d0006148 # Parent fa19c0fa1367497d21b1be8486b371a2898dde41 integrate with horos and DICOMWeb diff -r fa19c0fa1367 -r 24e9c33e35e5 Sphinx/source/integrations.rst --- a/Sphinx/source/integrations.rst Tue May 29 10:54:21 2018 +0200 +++ b/Sphinx/source/integrations.rst Tue May 29 10:59:09 2018 +0200 @@ -8,6 +8,8 @@ :maxdepth: 1 integrations/integrate-osirix-using-dicom.rst + integrations/integrate-osirix-using-dicomweb.rst + Horos ----- diff -r fa19c0fa1367 -r 24e9c33e35e5 Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst Tue May 29 10:59:09 2018 +0200 @@ -0,0 +1,28 @@ +.. _integrate-osirix-using-dicomweb: + +Integrate Osirix using DICOMWeb +=============================== + +Configuration of Osirix +----------------------- + +* In Preferences->Listener, activate and configure AETitle and Port (eg : Osirix 11112) +* In Preferences->Locations->DICOMWeb Node, add a DICOM Nodes : + * with the url of the orthanc server + * with the DicomWeb api path of orthanc (default is /dicom-web) + * with a name (eg MYORTHANC) + * with Q&R activated + * without authentication + * with Send Transfers syntax : Explicit Little Endian + +Configuration of Orthanc +------------------------ + +Make sure Orthanc has the Dicom Web protocol enabled:: + + DW_ENABLED: "true" + +If using Orthanc in a docker container, map the Orthanc DICOMWeb Http Port. Eg in docker-compose file:: + + ports: + - "4242:4242" \ No newline at end of file